spears momentum (wip)

This commit is contained in:
nossr50
2025-11-28 14:33:13 -08:00
parent 706adb5942
commit 4bbdacd250
9 changed files with 159 additions and 7 deletions

View File

@@ -361,7 +361,8 @@ public final class CombatUtils {
event.setDamage(boostedDamage);
// TODO: Apply any non-damage effects here
// Apply any non-damage effects here
spearsManager.potentiallyApplyMomentum();
processCombatXP(mmoPlayer, target, PrimarySkillType.SPEARS);
printFinalDamageDebug(player, event, mmoPlayer);