Formula

CommonFun.calcBuff_4370

function CommonFun.calcBuff_4370(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 0
  if srcUser:IsBeingPresent(591010) == true then
    A = 0.02
  end
  return A
end