-
- Main Hand
-
-
-
-
- Glancing:
- {`${mhCritCapInfo.glancing.toFixed(2)}%`}
-
-
- Suppression:
- {`${mhCritCapInfo.suppression.toFixed(2)}%`}
-
-
- White Miss:
- {`${mhCritCapInfo.remainingMeleeHitCap.toFixed(2)}%`}
-
-
- Dodge:
- {`${mhCritCapInfo.dodgeCap.toFixed(2)}%`}
-
+
+ Main Hand
+
+
+
+
+ Glancing:
+ {`${mhCritCapInfo.glancing.toFixed(2)}%`}
+
+
+ Suppression:
+ {`${mhCritCapInfo.suppression.toFixed(2)}%`}
+
+
+ White Miss:
+ {`${mhCritCapInfo.remainingMeleeHitCap.toFixed(2)}%`}
+
+
+ Dodge:
+ {`${mhCritCapInfo.dodgeCap.toFixed(2)}%`}
+
+
+ Parry:
+ {`${mhCritCapInfo.parryCap.toFixed(2)}%`}
+
+ {mhCritCapInfo.specSpecificOffset != 0 && (
- Parry:
- {`${mhCritCapInfo.parryCap.toFixed(2)}%`}
+ Spec Offsets:
+ {`${mhCritCapInfo.specSpecificOffset.toFixed(2)}%`}
- {mhCritCapInfo.specSpecificOffset != 0 && (
+ )}
+
+ Final Crit Cap:
+ {`${mhCritCapInfo.baseCritCap.toFixed(2)}%`}
+
+
+ Can Raise By:
+ {`${mhCritCapInfo.remainingMeleeHitCap.toFixed(2)}%`}
+
+ {!has2hWeapon && (
+
+
+
- Spec Offsets:
- {`${mhCritCapInfo.specSpecificOffset.toFixed(2)}%`}
+ Off Hand
+
- )}
-
- Final Crit Cap:
- {`${mhCritCapInfo.baseCritCap.toFixed(2)}%`}
-
-
-
- Can Raise By:
- {`${mhCritCapInfo.remainingMeleeHitCap.toFixed(2)}%`}
-
-
-
-
-
- Off Hand
-
-
-
-
- Glancing:
- {`${ohCritCapInfo.glancing.toFixed(2)}%`}
-
-
- Suppression:
- {`${ohCritCapInfo.suppression.toFixed(2)}%`}
-
-
- White Miss:
- {`${ohCritCapInfo.remainingMeleeHitCap.toFixed(2)}%`}
-
-
- Dodge:
- {`${ohCritCapInfo.dodgeCap.toFixed(2)}%`}
-
-
- Parry:
- {`${ohCritCapInfo.parryCap.toFixed(2)}%`}
-
- {ohCritCapInfo.specSpecificOffset != 0 && (
+
- Spec Offsets:
- {`${ohCritCapInfo.specSpecificOffset.toFixed(2)}%`}
+ Glancing:
+ {`${ohCritCapInfo.glancing.toFixed(2)}%`}
+
+
+ Suppression:
+ {`${ohCritCapInfo.suppression.toFixed(2)}%`}
+
+
+ White Miss:
+ {`${ohCritCapInfo.remainingMeleeHitCap.toFixed(2)}%`}
+
+
+ Dodge:
+ {`${ohCritCapInfo.dodgeCap.toFixed(2)}%`}
+
+
+ Parry:
+ {`${ohCritCapInfo.parryCap.toFixed(2)}%`}
+
+ {ohCritCapInfo.specSpecificOffset != 0 && (
+
+ Spec Offsets:
+ {`${ohCritCapInfo.specSpecificOffset.toFixed(2)}%`}
+
+ )}
+
+ Final Crit Cap:
+ {`${ohCritCapInfo.baseCritCap.toFixed(2)}%`}
+
+
+ Can Raise By:
+ {`${ohCritCapInfo.remainingMeleeHitCap.toFixed(2)}%`}
- )}
-
- Final Crit Cap:
- {`${ohCritCapInfo.baseCritCap.toFixed(2)}%`}
-
-
-
- Can Raise By:
- {`${ohCritCapInfo.remainingMeleeHitCap.toFixed(2)}%`}
-
+ )}