Formula

CommonFun.calcBuff_5403

function CommonFun.calcBuff_5403(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 0
  if targetUser:GetNpcID() == 270321_WALL_1 or targetUser:GetNpcID() == 270322_WALL_2 or targetUser:GetNpcID() == 270323_WALL_3 or targetUser:GetNpcID() == 270324_WALL_4 or targetUser:GetNpcID() == 270325_WALL_5 or targetUser:GetNpcID() == 270326_WALL_6 then
    A = 100
  end
  return A
end