FoundryVTT MCP Server Documentation - v0.9.2
    Preparing search index...

    Interface GeneratedQuest

    interface GeneratedQuest {
        title: string;
        type: string;
        giver: string;
        description: string;
        objectives: string[];
        rewards: string[];
        complications?: string[];
        timeLimit?: string;
    }
    Index

    Properties

    title: string
    type: string
    giver: string
    description: string
    objectives: string[]
    rewards: string[]
    complications?: string[]
    timeLimit?: string