Type alias IAvailableDie

IAvailableDie: {
    id: string;
    type: IDieType;
    notation?: string;
}

Available Die Definitions

Type declaration

  • id: string

    internal reference id of this available die, ex 'd6' or 'power'

  • type: IDieType

    IDieType for this available die

  • Optional notation?: string

    Abbreviated notation to show to user in die roll equations ex "d6", "d%", "dF", "dPip"

Generated using TypeDoc