Formula

CommonFun.calcBuff_9050

function CommonFun.calcBuff_9050(srcUser, targetUser, a, b, c, d, lv, damage, param)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 0
  if targetUser:HasBuffID(139381_1225_:MAX_STACK_0) and targetUser:HasBuffID(139382_1225_:MAX_STACK_0) == false then
    A = 100
  end
  return A
end