Formula

CommonFun.calcBuff_6634

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