Simulate the Spells of a Boss Fight
1 2 3 4 5 6 7 8 9 10 11 | sim_boss_spells(
mana,
mp5,
sb_dmg,
sb_miss,
sb_crit,
curse_miss,
sb_mana,
lt_mana,
time
)
|
mana |
starting mana |
mp5 |
mp5 on gear |
sb_dmg |
vector of base shadow bolt damage |
sb_miss |
vector of whether shadow bolt hits |
sb_crit |
vector of whether shadow bolt crits |
curse_miss |
vector of whether curse hits |
sb_mana |
mana difference of shadow bolt |
lt_mana |
mana difference of life tap |
time |
length of fight in seconds |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.