RPG Event Generator v3.1.0 - v3.1.1
    Preparing search index...

    Interface Event

    interface Event {
        id: string;
        title: string;
        description: string;
        choices: Choice[];
        type: string;
        context: PlayerContext;
        difficulty?: string;
        tags?: string[];
        chainId?: string;
        timeInfo?: TimeInfo;
        playerContext?: any;
        environment?: any;
    }
    Index

    Properties

    id: string
    title: string
    description: string
    choices: Choice[]
    type: string
    context: PlayerContext
    difficulty?: string
    tags?: string[]
    chainId?: string
    timeInfo?: TimeInfo
    playerContext?: any
    environment?: any