Skip to content

Commit

Permalink
Add carby waking the beast bcnm fight
Browse files Browse the repository at this point in the history
Co-Authored-By: dallano <[email protected]>
  • Loading branch information
TracentEden and dallano committed Sep 18, 2024
1 parent 7042750 commit 3068e6a
Show file tree
Hide file tree
Showing 20 changed files with 972 additions and 56 deletions.
2 changes: 1 addition & 1 deletion scripts/actions/mobskills/healing_ruby_ii.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mobskillObject.onMobWeaponSkill = function(target, mob, skill)
local potency = skill:getParam()

if potency == 0 then
potency = 25
potency = 15
end

potency = potency - math.random(0, potency / 4)
Expand Down
Loading

0 comments on commit 3068e6a

Please sign in to comment.