Skip to content

New-HighVarianceDice

SYNOPSIS

Quickly create a new type of dice!

SYNTAX

New-HighVarianceDice [-Sides <Int16>] [<CommonParameters>]

DESCRIPTION

Easily generate new and custom dice. From pre-defined dice to completely custom dice.

EXAMPLES

EXAMPLE 1

New-HighVarianceDice

Generates a standard D6 high variance dice.

EXAMPLE 2

New-HighVarianceDice -Sides 20

Generates a standard D20 high variance dice.

PARAMETERS

-Sides

The type of dice you want. Currently only supports D6 through D20.

Type: Int16
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

https://heyitsgilbert.github.io/RPGDice/en-US/New-HighVarianceDice/