ability_singular {dndR} | R Documentation |
Rolls for a Single Ability Score
Description
Rolls for a single ability score using the specified method of dice rolling.
Usage
ability_singular(method = "4d6")
Arguments
method |
(character) string of "4d6", "3d6", or "1d20" ("d20" also accepted). Enter your preferred method of rolling for each ability score ("4d6" drops lowest before summing) |
Value
(numeric) vector of roll outcomes (not summed)
[Package dndR version 2.0.0 Index]