Formula

CommonFun.calcBuff_6060

function CommonFun.calcBuff_6060(srcUser, targetUser, a, b, c, d, lv, damage)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = lv * damage * a
  return A
end