Formula

CommonFun.calcBuff_6880

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