Description Usage Arguments Value Examples
Simulates a shadow bolt.
1 2 3 4 5 6 7 8 | shadowbolt(
crit,
hit,
int,
sp,
talents = warlock_talents(),
improved_sb_proc = 0
)
|
crit |
crit percentage on gear |
hit |
hit percentage on gear |
int |
intellect of character |
sp |
(shadow) spellpower of character |
talents |
list of talents |
improved_sb_proc |
number of active procs of improved shadow bolt on target |
a numeric vector with values for dmg, mana, casttime and improved_sb_proc
1 | shadowbolt(2, 1, 277, 346)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.