Formula

CommonFun.calcBuff_3079

function CommonFun.calcBuff_3079(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 100
  if targetUser.boss == true or targetUser.mini == true then
    A = 0
  end
  return A
end