compare_dps: Compare the DPS of different Stats

Description Usage Arguments Value Examples

View source: R/compare_dps.R

Description

Compare the DPS of different Stats

Usage

1
compare_dps(stats_list, timeframe = c(60, 300), iter = 50000, seed = NULL)

Arguments

stats_list

as list of stats

timeframe

vector of minimal and maximal duration of a fight in seconds

iter

number of iterations

seed

optional seed

Value

a data frame

Examples

1
2
3
4
5
6
compare_dps(list(
  stats1 = list(int = 277, sp = 346, crit = 2, hit = 2),
  stats2 = list(int = 277, sp = 346, mp5 = 100)
),
iter = 1000
)

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