sim_boss: Simulate Boss Fight

Description Usage Arguments Value Examples

View source: R/sim_boss.R

Description

Simulates one boss fight with default values.

Usage

1
sim_boss(stats, trinkets = NULL, time = 150, seed = NULL)

Arguments

stats

a named list with the stats of the character including int, sp, crit, hit and mp5

trinkets

which use trinkets are equipped, currently implemented: toep (Talisman of Ephemeral Power) zhc (Zandalarian Hero Charm)

time

length of fight in seconds

seed

optional seed

Value

a numeric vector with values for total dmg, mana, total casttime and dps

Examples

1
sim_boss(list(int = 277, sp = 346, crit = 2, hit = 2))

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