Description Usage Arguments Value Examples
View source: R/compare_buffs.R
Simulates dps with current stats and with new stats to compare them.
1 2 3 4 5 6 7 8 |
stats |
a named list with the stats of the character including int, sp, crit, hit and mp5 |
consumables |
shortcuts of consumables |
worldbuffs |
shortcuts of worldbuffs |
timeframe |
vector of minimal and maximal duration of a fight in seconds |
iter |
number of iterations |
seed |
optional seed |
a data frame
1 2 3 | compare_buffs(with_buffs(list(int = 275, sp = 581, crit = 5, hit = 9)),
consumables = c("gae", "eosp", "bwo"), iter = 1000
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.