Formula

CommonFun.calcBuff_5000

function CommonFun.calcBuff_5000(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Value = srcUser:GetGemValue(a)
  local A = 0
  if Value ~= 0 then
    A = 100
  end
  return A
end