CommonFun

calcDamage / calcBuff explorer

1 formulas listed.

CommonFun.calcBuff_349234 mapped buffs · 1 skills
function CommonFun.calcBuff_3492(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 0
  local RefineLv = srcUser:GetEquipedRefineLv(7)
  local Ring1 = srcUser:GetEquipedID(7)
  if (Ring1 == 41526 or Ring1 == 141526) and 10 <= RefineLv and srcUser:HasBuffID(90002041) then
    A = 15
  end
  if (Ring1 == 41565 or Ring1 == 141565) and 10 <= RefineLv then
    A = 15
  end
  return A
end