Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
EncounterEntry
Interface EncounterEntry<T>
interface
EncounterEntry
<
T
=
Record
<
string
,
unknown
>
>
{
id
:
string
;
zones
?:
string
[]
;
phases
?:
string
[]
;
minLevel
?:
number
;
maxLevel
?:
number
;
tags
?:
string
[]
;
weight
?:
number
;
payload
:
T
;
}
Type Parameters
T
=
Record
<
string
,
unknown
>
Index
Properties
id
zones?
phases?
min
Level?
max
Level?
tags?
weight?
payload
Properties
id
id
:
string
Optional
zones
zones
?:
string
[]
Optional
phases
phases
?:
string
[]
Optional
min
Level
minLevel
?:
number
Optional
max
Level
maxLevel
?:
number
Optional
tags
tags
?:
string
[]
Optional
weight
weight
?:
number
payload
payload
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
zones
phases
min
Level
max
Level
tags
weight
payload
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...