saving_throw: Saving Throws

Description Usage Arguments Value Note See Also

Description

Will allow for the a save throw for a DnD character. This *is* a generic function and will return a a warning message fro a non-DnD class object.

Usage

1
saving_throw(which.character, save, ...)

Arguments

which.character

The DnD character who is making the saving throw

save

What save is to be checked? Please no quotes.

...

Additional arguments to be passed to the roll() function.

Value

Will return the the saving throw including the proficiency bonus and character statistic modifier added properly.

Note

There is no way to tell if the dice rolled used adv/dis after the fact so be careful in specifing the parameters.

See Also

saving_throw.DnD

saving_throw.default


vinny-paris/DnD documentation built on May 3, 2019, 6:13 p.m.