Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface DiceFulfillmentConfiguration

    interface DiceFulfillmentConfiguration {
        defaultMethod: string;
        dice: Record<string, DiceFulfillmentDenomination>;
        methods: Record<string, DiceFulfillmentMethod>;
    }
    Index

    Properties

    defaultMethod: string

    Designate one of the methods to be used by default for dice fulfillment, if the user hasn't specified otherwise. Leave this blank to use the configured randomUniform to generate die rolls.

    dice: Record<string, DiceFulfillmentDenomination>

    The die denominations available for configuration.

    methods: Record<string, DiceFulfillmentMethod>

    The methods available for fulfillment.