|
|
|
@ -87,6 +87,7 @@ public class PrintStatsCmd extends AbstractDevCmd {
@@ -87,6 +87,7 @@ public class PrintStatsCmd extends AbstractDevCmd {
|
|
|
|
|
newOut += "MAX: " + tar.combatStats.maxDamageHandTwo + newline; |
|
|
|
|
newOut += "RANGE: " + tar.combatStats.rangeHandTwo + newline; |
|
|
|
|
newOut += "ATTACK SPEED: " + tar.combatStats.attackSpeedHandTwo + newline; |
|
|
|
|
newOut += "IS BOXED: " + tar.isBoxed + newline; |
|
|
|
|
newOut += "=== POWERS ===" + newline; |
|
|
|
|
for(CharacterPower power : pc.getPowers().values()){ |
|
|
|
|
if(power.getPower().requiresHitRoll) { |
|
|
|
|