R/lifetap_mana.R

Defines functions lifetap_mana

Documented in lifetap_mana

#' Life Tap Mana
#'
#' @inheritParams lifetap
#'
lifetap_mana <- function(sp, talents = warlock_talents()) {
  (440 + 0.8 * sp) * (1 + 0.05 * talents[["imp_lifetap"]])
}
cphaarmeyer/warlockr documentation built on April 1, 2021, 12:31 a.m.