Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Modules/CalcOffence.lua
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ function calcs.offence(env, actor, activeSkill)
end
if skillModList:Flag(nil, "ProjectileSpeedAppliesToBowDamage") then
-- Bow mastery projectile speed to damage with bows conversion
for i, value in ipairs(skillModList:Tabulate("INC", { }, "ProjectileSpeed")) do
for i, value in ipairs(skillModList:Tabulate("INC", { flags = ModFlag.Bow }, "ProjectileSpeed")) do
local mod = value.mod
skillModList:NewMod("Damage", mod.type, mod.value, mod.source, bor(ModFlag.Bow, ModFlag.Hit), mod.keywordFlags, unpack(mod))
end
Expand Down
Loading