CBLoader / CBParts

Part Index
https://cbloader.vorpald20.com/
4 stars 1 forks source link

Wrist Razors item adds +2 to Swordmage Warding incorrectly #111

Closed thoth-process closed 2 years ago

thoth-process commented 2 years ago

This appears to have been a fix for a previous version where the Wrist Razors item counted as being used in offhand.

Existing code uses this:

      <statadd name="AC" value="+2" requires="Swordmage Warding" wearing="DUAL-WIELDING:"/>
      <grant name="WearingOffHandLightBlade" type="Category"/>

Corrected code should remove the statadd while leaving the offhand category.