Skip to content

New-RatName

SYNOPSIS

Create a new character name.

SYNTAX

New-RatName [[-Gender] <Gender>] [[-Class] <SocialClass>] [<CommonParameters>]

DESCRIPTION

Creates a new name based on the original table in MazeRats.

EXAMPLES

EXAMPLE 1

New-RatName
Trillby Crumpling

Creates a random name to be used by PC or NPC.

PARAMETERS

-Gender

Gender

Type: Gender
Parameter Sets: (All)
Aliases:
Accepted values: Male, Female

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

-Class

Social Rank

Type: SocialClass
Parameter Sets: (All)
Aliases:
Accepted values: UpperClass, LowerClass

Required: False
Position: 2
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

OUTPUTS

NOTES

Specify a URI to a help page, this will show when Get-Help -Online is used.