Well , comparing rules 2103 (.17) with 2210 (.20)
1. 77 differences found.
2. Most are reinstating previous deleted commented lines. They are still commented, so why add them back?
3.
old [QUALITY] == "Legendary" && [NAME] == "Skorn" # [DPS] > 1200 && ([LS%] > 0 || ([STR] > 299 && [LOH] > 500))
new [QUALITY] == "Legendary" && [NAME] == "Skorn" # [DPS] > 1200 && [LS%] > 0 || ([STR] > 299 && [LOH] > 500)
you deleted the (). That means that any skorn with STR > 299 and LOH > 500 will be kept. no matter the DPS. Previously only the ones with > 1200.
4.
old [QUALITY] == "Legendary" && [NAME] == "Windforce" # [DPS] > 1300 && ([DEX] > 100 || [LOH] > 400 || [CRITDMG%] > 50)
new [QUALITY] == "Legendary" && [NAME] == "Windforce" # [DPS] > 1300
softer
5.
old [QUALITY] == "Legendary" && [NAME] == "Natalya's Sight" # [DEXVIT] > 200 || [ALLRES] > 60 || [CRIT%] > 0 || [LIFE%] > 4
new [QUALITY] == "Legendary" && [NAME] == "Natalya's Sight" # [DEXVIT] > 100 || [ALLRES] > 0 || [CRIT%] > 0 || [LIFE%] > 0
new [QUALITY] == "Legendary" && [NAME] == "Natalya's Sight" -> [TRASH] // baseType misc bug
Huge softening. Why it's misc bug fix added back? I thought DB fixed this.
6.
old [QUALITY] == "Legendary" && [NAME] == "Inna's Radiance" # [DEXVIT] > 300 || [LIFE%] > 5 || [TOTRES] > 60 || [PICKRAD] > 6
new [QUALITY] == "Legendary" && [NAME] == "Inna's Radiance" # [DEXVIT] > 285 || [LIFE%] > 0 || [TOTRES] > 0 || [PICKRAD] > 0
Why this soft?
7.
old [QUALITY] == "Legendary" && [NAME] == "Tiklandian Visage" # [SOCKETS] > 0 && ([INTVIT] > 275 || [ALLRES] > 70 || [CRIT%] > 4)
new [QUALITY] == "Legendary" && [NAME] == "Tiklandian Visage" # [INTVIT] > 170 || [SOCKETS] > 0 || [ALLRES] > 0 || [CRIT%] > 0 || [LIFE%] > 0
Same?
8.
old [QUALITY] == "Legendary" && [NAME] == "Visage of Giyua" # [INTVIT] > 250 || [CRIT%] > 4 || ([INTVIT] > 180 && [LIFE%] > 5)
new [QUALITY] == "Legendary" && [NAME] == "Visage of Giyua" # [INTVIT] > 200 || [ALLRES] > 0 || [CRIT%] > 0 || [LIFE%] > 0
9.
old [QUALITY] == "Legendary" && [NAME] == "Zunimassa's Vision" # [INTVIT] > 400 || [ALLRES] > 60 || [CRIT%] > 4
new [QUALITY] == "Legendary" && [NAME] == "Zunimassa's Vision" # [INTVIT] > 400 || [ALLRES] > 0 || [CRIT%] > 0 || [LIFE%] > 0
See a pattern here? There are more but I'm not linking whole document. Some of these changes keep pure trash.
Also in rare.dis, old lines previously commented were reinstated (like the class specific hats for instance).
1. 77 differences found.
2. Most are reinstating previous deleted commented lines. They are still commented, so why add them back?
3.
old [QUALITY] == "Legendary" && [NAME] == "Skorn" # [DPS] > 1200 && ([LS%] > 0 || ([STR] > 299 && [LOH] > 500))
new [QUALITY] == "Legendary" && [NAME] == "Skorn" # [DPS] > 1200 && [LS%] > 0 || ([STR] > 299 && [LOH] > 500)
you deleted the (). That means that any skorn with STR > 299 and LOH > 500 will be kept. no matter the DPS. Previously only the ones with > 1200.
4.
old [QUALITY] == "Legendary" && [NAME] == "Windforce" # [DPS] > 1300 && ([DEX] > 100 || [LOH] > 400 || [CRITDMG%] > 50)
new [QUALITY] == "Legendary" && [NAME] == "Windforce" # [DPS] > 1300
softer
5.
old [QUALITY] == "Legendary" && [NAME] == "Natalya's Sight" # [DEXVIT] > 200 || [ALLRES] > 60 || [CRIT%] > 0 || [LIFE%] > 4
new [QUALITY] == "Legendary" && [NAME] == "Natalya's Sight" # [DEXVIT] > 100 || [ALLRES] > 0 || [CRIT%] > 0 || [LIFE%] > 0
new [QUALITY] == "Legendary" && [NAME] == "Natalya's Sight" -> [TRASH] // baseType misc bug
Huge softening. Why it's misc bug fix added back? I thought DB fixed this.
6.
old [QUALITY] == "Legendary" && [NAME] == "Inna's Radiance" # [DEXVIT] > 300 || [LIFE%] > 5 || [TOTRES] > 60 || [PICKRAD] > 6
new [QUALITY] == "Legendary" && [NAME] == "Inna's Radiance" # [DEXVIT] > 285 || [LIFE%] > 0 || [TOTRES] > 0 || [PICKRAD] > 0
Why this soft?
7.
old [QUALITY] == "Legendary" && [NAME] == "Tiklandian Visage" # [SOCKETS] > 0 && ([INTVIT] > 275 || [ALLRES] > 70 || [CRIT%] > 4)
new [QUALITY] == "Legendary" && [NAME] == "Tiklandian Visage" # [INTVIT] > 170 || [SOCKETS] > 0 || [ALLRES] > 0 || [CRIT%] > 0 || [LIFE%] > 0
Same?
8.
old [QUALITY] == "Legendary" && [NAME] == "Visage of Giyua" # [INTVIT] > 250 || [CRIT%] > 4 || ([INTVIT] > 180 && [LIFE%] > 5)
new [QUALITY] == "Legendary" && [NAME] == "Visage of Giyua" # [INTVIT] > 200 || [ALLRES] > 0 || [CRIT%] > 0 || [LIFE%] > 0
9.
old [QUALITY] == "Legendary" && [NAME] == "Zunimassa's Vision" # [INTVIT] > 400 || [ALLRES] > 60 || [CRIT%] > 4
new [QUALITY] == "Legendary" && [NAME] == "Zunimassa's Vision" # [INTVIT] > 400 || [ALLRES] > 0 || [CRIT%] > 0 || [LIFE%] > 0
See a pattern here? There are more but I'm not linking whole document. Some of these changes keep pure trash.
Also in rare.dis, old lines previously commented were reinstated (like the class specific hats for instance).
Last edited: