Description Usage Arguments Examples
View source: R/spellbook_backup.R
Calcola il costo di un backup di spellbook in base alle magie trascritte
1 2 3 4 5 | spellbook_backup(
n_full_cost = NULL,
n_half_cost = NULL,
add_blank_spellbook = TRUE
)
|
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) |
1 2 | # Aelar 5th level
spellbook_backup(c(9,4,2), c(3,0,2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.