#' Life Tap Mana
#'
#' @inheritParams lifetap
#'
lifetap_mana <- function(sp, talents = warlock_talents()) {
(440 + 0.8 * sp) * (1 + 0.05 * talents[["imp_lifetap"]])
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.