roll 
Procs | |
| storyteller_roll_datum | Rolls a number of dice according to Storyteller system rules to find success or number of successes. |
|---|---|
Proc Details
storyteller_roll_datum
Rolls a number of dice according to Storyteller system rules to find success or number of successes.
Rolls a number of 10-sided dice, counting them as a "success" if they land on a number equal to or greater than the difficulty. Dice that land on 1 subtract a success from the total, and the minimum difficulty is 2. The number of successes is returned if numerical is true, or the roll outcome (botch, failure, success) as a defined number if false.
Arguments:
- roller - the mob who is making the role and owns the dice
- target - the target we roll against, used selectivly in logic primarly based on what roll_datum you used
- roll_datum - path of the datum used for all roll logic. can suppliment many of the args by defining it in this
- bonus - amount of dice added ontop of applic stats, can consitute all of the dice if applic stats is left blank.
- difficulty - the number that a dice must come up as to count as a success.
- applic_stats - A list of types/defines for what stats will be used in the roll.
- numerical - whether the proc returns number of successes or outcome (botch, failure, success)