sim_boss_spells: Simulate the Spells of a Boss Fight

Description Usage Arguments

View source: R/RcppExports.R

Description

Simulate the Spells of a Boss Fight

Usage

 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
)

Arguments

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


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