RPG Event Generator v3.1.0 - v3.1.1
Preparing search index...
Template
Interface Template
interface
Template
{
id
?:
string
;
title
:
string
;
narrative
:
string
;
choices
:
Choice
[]
;
type
?:
string
;
difficulty
?:
string
;
tags
?:
string
[]
;
context_requirements
?:
{
[
key
:
string
]:
any
}
;
conditions
?:
TemplateCondition
[]
;
conditional_choices
?:
ConditionalChoice
[]
;
dynamic_fields
?:
DynamicField
[]
;
extends
?:
string
|
string
[]
;
mixins
?:
string
[]
;
composition
?:
TemplateComposition
[]
;
}
Index
Properties
id?
title
narrative
choices
type?
difficulty?
tags?
context_
requirements?
conditions?
conditional_
choices?
dynamic_
fields?
extends?
mixins?
composition?
Properties
Optional
id
id
?:
string
title
title
:
string
narrative
narrative
:
string
choices
choices
:
Choice
[]
Optional
type
type
?:
string
Optional
difficulty
difficulty
?:
string
Optional
tags
tags
?:
string
[]
Optional
context_
requirements
context_requirements
?:
{
[
key
:
string
]:
any
}
Optional
conditions
conditions
?:
TemplateCondition
[]
Optional
conditional_
choices
conditional_choices
?:
ConditionalChoice
[]
Optional
dynamic_
fields
dynamic_fields
?:
DynamicField
[]
Optional
extends
extends
?:
string
|
string
[]
Optional
mixins
mixins
?:
string
[]
Optional
composition
composition
?:
TemplateComposition
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
title
narrative
choices
type
difficulty
tags
context_
requirements
conditions
conditional_
choices
dynamic_
fields
extends
mixins
composition
RPG Event Generator v3.1.0 - v3.1.1
Loading...