Skip to content

New-CanalCatacomb

SYNOPSIS

Create a new catacomb for your players to explore.

SYNTAX

New-CanalCatacomb [[-Category] <CatacombCategory>] [[-Room] <CatacombRoom>] [<CommonParameters>]

DESCRIPTION

Create a new catacomb for your players to explore.

EXAMPLES

Example 1

> New-CanalCatacomb

Generates a random catacomb.

PARAMETERS

-Category

{{ Fill Category Description }}

Type: CatacombCategory
Parameter Sets: (All)
Aliases:
Accepted values: Undercity, Ancient, Opulent, Volcanic

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

-Room

{{ Fill Room Description }}

Type: CatacombRoom
Parameter Sets: (All)
Aliases:
Accepted values: Stairs, Passage, Grotto, Chamber, Vault, Tomb

Required: False
Position: 1
Default value: None
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

None

OUTPUTS

System.Object

NOTES