PlayerCombatStats damage calc final

This commit is contained in:
2025-01-21 19:55:32 -06:00
parent 1b487fdbb6
commit ecee2f2e8c
+2 -2
View File
@@ -178,8 +178,8 @@ public class PlayerCombatStats {
double baseDMG = 6; double baseDMG = 6;
int primaryStat = this.owner.statDexCurrent; int primaryStat = this.owner.statDexCurrent;
int secondaryStat = this.owner.statStrCurrent; int secondaryStat = this.owner.statStrCurrent;
double weaponSkill = 0; double weaponSkill = 5;
double weaponMastery = 0; double weaponMastery = 5;
if (mainHand) { if (mainHand) {
weapon = this.owner.charItemManager.getEquipped(1); weapon = this.owner.charItemManager.getEquipped(1);