spellbook_backup: Calcola il costo di un backup di spellbook in base alle magie...

Description Usage Arguments Examples

View source: R/spellbook_backup.R

Description

Calcola il costo di un backup di spellbook in base alle magie trascritte

Usage

1
2
3
4
5
spellbook_backup(
  n_full_cost = NULL,
  n_half_cost = NULL,
  add_blank_spellbook = TRUE
)

Arguments

n_full_cost

vector with the number of trascribed spells which are payed at full cost (eg if evocator, all but evocation spells)

n_half_cost

vector with the number of trascribed spells which are payed at half cost (eg if evocator, only evocation spells)

Examples

1
2
# Aelar 5th level
spellbook_backup(c(9,4,2), c(3,0,2))

lbraglia/lbdnd documentation built on June 29, 2021, 9:22 p.m.