Loom Engine - v0.10.1
GitHub
TheWorldTable.ai
Preparing search index...
EncounterEndData
Interface EncounterEndData
interface
EncounterEndData
{
encounter_id
:
string
;
outcome
:
"victory"
|
"death"
|
"flee"
;
duration_ms
:
number
;
mob_killed
:
readonly
string
[]
;
next_step
:
"loot"
|
"respawn"
|
"transition"
|
"idle"
;
}
Index
Properties
encounter_
id
outcome
duration_
ms
mob_
killed
next_
step
Properties
encounter_
id
encounter_id
:
string
outcome
outcome
:
"victory"
|
"death"
|
"flee"
duration_
ms
duration_ms
:
number
mob_
killed
mob_killed
:
readonly
string
[]
next_
step
next_step
:
"loot"
|
"respawn"
|
"transition"
|
"idle"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
encounter_
id
outcome
duration_
ms
mob_
killed
next_
step
GitHub
TheWorldTable.ai
Loom Engine - v0.10.1
Loading...