Commit 0cecfb8
Fixed a variety of incorrect catalyst scaling (PathOfBuildingCommunity#4467)
* Fixed a variety of incorrect catalyst scaling
The changes are based off some testing and work I did in 17/4/2021
So any recently changed mods or new uniques will not be guaranteed to be correct.
PathOfBuildingCommunity#2521 (comment)
https://docs.google.com/spreadsheets/d/11mOp3VLPXgbhJq562DdFmP34nx4tNqoF47LbrM-R93g/edit#gid=0
I have verified all of these either using trade or through in game but I haven't collated documentation due to the large number of changes.
* Update amulet.lua
fix accidently removing jewellery res from Tavukai
* Update Noxious to damage
* Couple minor fixes to legacy voidheart and forgeting to readd chaos to Lori lantern
* fix missing updating physical damage on unique belts.
* fix typo
* Just make the resistances a bit cleaner
^(\{variant:.+?\})?(\{tags:.+?\})?([^{}]+?)% to (.+?) Resistance
$1{tags:jewellery_resistance}$3% to $4 Resistance
* Cleanup and fix leech
* Fix typo
* Fixup missing speed tags
* Variants Before Tags
\{tags:(.+)\}\{variant:(.+)\}
{variant:$2}{tags:$1}
* Rotblood
* Update ring.lua1 parent 8c0766e commit 0cecfb8
5 files changed
Lines changed: 214 additions & 214 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
541 | | - | |
542 | | - | |
| 541 | + | |
| 542 | + | |
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
| |||
0 commit comments