with_buffs: With Buffs

Description Usage Arguments Details Examples

View source: R/with_buffs.R

Description

Adds buffs to stats.

Usage

1
2
3
4
5
6
with_buffs(
  stats,
  buffs = c("ai", "motw"),
  consumables = character(),
  worldbuffs = character()
)

Arguments

stats

a named list with the stats of the character including int, sp, crit, hit and mp5

buffs

shortcuts of buffs

consumables

shortcuts of consumables

worldbuffs

shortcuts of worldbuffs

Details

Available buffs: Arcane Intellect (ai), Mark of the Wild (motw)

Available consumables: Greater Arcane Elixir (gae), Elixir of Shadow Power (eosp), Brilliant Wizard Oil (bwo), Flask of Supreme Power (fosp)

Available worldbuffs: Rallying Cry of the Dragonslayer (ony), Spirit of Zandalar (zg), Songflower Serenade (ss), Slip'kik's Savvy (dm)

Examples

1
2
3
with_buffs(list(int = 275, sp = 581, crit = 5, hit = 9),
  worldbuffs = c("ony", "zg")
)

cphaarmeyer/warlockr documentation built on April 1, 2021, 12:31 a.m.