Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
ZoneBossEntity
Interface ZoneBossEntity
interface
ZoneBossEntity
{
zone_id
:
string
;
boss_id
:
string
;
name
:
string
;
type
:
string
;
hp_max
:
number
;
hp_current
:
number
;
dmg
:
number
;
x
:
number
;
y
:
number
;
knot_flavor
:
string
;
spawned_at_ms
:
number
;
last_tick_ms
:
number
;
recent_hits
:
ZoneBossHitRecord
[]
;
}
Index
Properties
zone_
id
boss_
id
name
type
hp_
max
hp_
current
dmg
x
y
knot_
flavor
spawned_
at_
ms
last_
tick_
ms
recent_
hits
Properties
zone_
id
zone_id
:
string
boss_
id
boss_id
:
string
name
name
:
string
type
type
:
string
hp_
max
hp_max
:
number
hp_
current
hp_current
:
number
dmg
dmg
:
number
x
x
:
number
y
y
:
number
knot_
flavor
knot_flavor
:
string
spawned_
at_
ms
spawned_at_ms
:
number
last_
tick_
ms
last_tick_ms
:
number
recent_
hits
recent_hits
:
ZoneBossHitRecord
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
zone_
id
boss_
id
name
type
hp_
max
hp_
current
dmg
x
y
knot_
flavor
spawned_
at_
ms
last_
tick_
ms
recent_
hits
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...