Description Usage Arguments Details Examples
Adds buffs to stats.
1 2 3 4 5 6 | with_buffs(
stats,
buffs = c("ai", "motw"),
consumables = character(),
worldbuffs = character()
)
|
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 |
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)
1 2 3 | with_buffs(list(int = 275, sp = 581, crit = 5, hit = 9),
worldbuffs = c("ony", "zg")
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.