Formula

CommonFun.calcBuff_7690

function CommonFun.calcBuff_7690(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 0
  if srcUser:HasBuffID(90003164_8995_:MAX_STACK_0) and srcUser:InMoveStatus() == true then
    A = 0.3
  end
  return A
end