PlayerCombatStats weapon speed calculations

This commit is contained in:
2025-01-22 20:53:07 -06:00
parent 539d7f6e79
commit 810812d06b
2 changed files with 64 additions and 14 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ public class PrintStatsCmd extends AbstractDevCmd {
newOut += "HAND ONE" + newline;
newOut += "ATR: " + tar.combatStats.atrHandOne + newline;
newOut += "MIN: " + tar.combatStats.minDamageHandOne + newline;
newOut += "MAX: " + " VS " + tar.combatStats.maxDamageHandOne + newline;
newOut += "MAX: " + tar.combatStats.maxDamageHandOne + newline;
newOut += "RANGE: " + tar.combatStats.rangeHandOne + newline;
newOut += "ATTACK SPEED: " + tar.combatStats.attackSpeedHandOne + newline;
newOut += "HAND TWO" + newline;