Formula

CommonFun.calcBuff_5405

function CommonFun.calcBuff_5405(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 100
  if targetUser:HasBuffID(165512_HEALING_TOTEM_:MAX_STACK_0) then
    A = 0
  end
  return A
end