From Ohmnibus.NET

QdrPtBr: Dystopian Wars

The page "QdrPtBr.Dwars" doesn't exist.

English version:


This function is used to support Dystopian Wars rules.

Usage

Format
dwars(roll, poolSize, target, rollAgain)
Parameters
roll: The formula to be tested.
poolSize: Number of times roll is evaluated.
target: Value to reach with roll to obtain a success.
rollAgain: Value to reach to obtain an extra success and an extra roll.
Returns
Number of times that roll is evaluated greater than or equal to target plus the number of times that roll is evaluated greater than or equal to rollAgain.

Description

This function is used to support Dystopian Wars rules.

The value of roll is evaluated poolSize times. Each time the value obtained is greater than or equal to target, a success is achieved.

If the value obtained is greater or equal to rollAgain, an extra success is achieved and a new roll is made.

The function returns the number of success totalized.

Examples

Some results generated by dwars(1d6, 5, 4, 6).
[4!,2,1,4!,1] = 2 (each "!" denotes a success)
[5!,3,3,3,1] = 1
[4!,4!,3,6!!»4!,2] = 5 (each "»" denotes an extra roll)

History

Supported since Quick Dice Roller 1.3.5

Retrieved from http://www.ohmnibus.net/wiki/index.php?n=QdrPtBr.Dwars
Page last modified on April 19, 2024, at 03:44 AM