Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Add damage boost
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluviolithic committed Nov 27, 2023
1 parent 5f71cae commit d4f3955
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/shared/Utils/AnimationUtils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ animationUtilities = {
if selectors.hasGamepass(store:getState(), player.Name, doubleAttackSpeedID) then
multiplier /= 2
end
if selectors.getActiveBoosts(store:getState(), player.Name)["DamageBoost"] then
multiplier /= 2
end
if
selectors.getStat(store:getState(), player.Name, "CurrentFearMeter")
== selectors.getStat(store:getState(), player.Name, "MaxFearMeter")
Expand Down

0 comments on commit d4f3955

Please sign in to comment.