|
|
|
@ -178,8 +178,8 @@ public class PlayerCombatStats {
@@ -178,8 +178,8 @@ public class PlayerCombatStats {
|
|
|
|
|
double baseDMG = 6; |
|
|
|
|
int primaryStat = this.owner.statDexCurrent; |
|
|
|
|
int secondaryStat = this.owner.statStrCurrent; |
|
|
|
|
double weaponSkill = 0; |
|
|
|
|
double weaponMastery = 0; |
|
|
|
|
double weaponSkill = 5; |
|
|
|
|
double weaponMastery = 5; |
|
|
|
|
|
|
|
|
|
if (mainHand) { |
|
|
|
|
weapon = this.owner.charItemManager.getEquipped(1); |
|
|
|
|