FoundryVTT MCP Server Documentation - v0.9.2
Preparing search index...
foundry/types
GeneratedQuest
Interface GeneratedQuest
interface
GeneratedQuest
{
title
:
string
;
type
:
string
;
giver
:
string
;
description
:
string
;
objectives
:
string
[]
;
rewards
:
string
[]
;
complications
?:
string
[]
;
timeLimit
?:
string
;
}
Index
Properties
title
type
giver
description
objectives
rewards
complications?
time
Limit?
Properties
title
title
:
string
type
type
:
string
giver
giver
:
string
description
description
:
string
objectives
objectives
:
string
[]
rewards
rewards
:
string
[]
Optional
complications
complications
?:
string
[]
Optional
time
Limit
timeLimit
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
title
type
giver
description
objectives
rewards
complications
time
Limit
FoundryVTT MCP Server Documentation - v0.9.2
Loading...