Formula

CommonFun.calcBuff_6903

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