Formula

CommonFun.calcBuff_4650

function CommonFun.calcBuff_4650(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Hp = targetUser:GetProperty("Hp")
  local A = -(Hp - 1)
  return A
end