Formula

CommonFun.calcBuff_5402

function CommonFun.calcBuff_5402(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 0
  if targetUser:GetNpcID() == 250321_WALL_1 or targetUser:GetNpcID() == 250322_WALL_2 or targetUser:GetNpcID() == 250323_WALL_3 or targetUser:GetNpcID() == 250324_WALL_4 or targetUser:GetNpcID() == 250325_WALL_5 or targetUser:GetNpcID() == 250326_WALL_6 then
    A = 100
  end
  return A
end