Formula

CommonFun.calcBuff_6430

function CommonFun.calcBuff_6430(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 0
  local tuipi = targetUser:GetBuffLayer(173620_WET_SLIPPERY_SKIN_:MAX_STACK_5)
  A = tuipi * 0.6
  return A
end