Formula
CommonFun.calcBuff_8190
function CommonFun.calcBuff_8190(srcUser, targetUser, a, b, c, d, lv)
if srcUser == nil or targetUser == nil then
return 0
end
local A = 10
local ShadowNum = srcUser:GetPetCount("ShadowNpc")
if srcUser:HasBuffID(90004354_STALKER_S_KNIFE_1_T5_:MAX_STACK_0) then
A = A + ShadowNum * 5
end
return A
end