Formula

CommonFun.calcBuff_3730

function CommonFun.calcBuff_3730(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 0
  if srcUser:HasBuffID(52880_GRANDMA_WOLF_CARD_:MAX_STACK_0) then
    A = 0.05
  end
  return A
end