Types/Dice.Roll/get_Face.ps1


if ($this.Table.ExtendedProperties['Faces'] -and $this.Roll) {
    $this.Table.ExtendedProperties['Faces'][$this.Roll - 1]
} else {
    ''
}