Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
LeveledDef
Interface LeveledDef
interface
LeveledDef
{
id
:
string
;
name
:
string
;
kind
:
|
"auto"
|
"heal"
|
"utility"
|
"spell_attack"
|
"save"
|
"save_utility"
;
base_level
:
number
;
base_dice
?:
string
;
damage_type
?:
string
;
save_ability
?:
string
;
half_on_save
?:
boolean
;
darts
?:
number
;
dart_bonus
?:
number
;
add_ability_to_damage
?:
boolean
;
applies_tag
?:
string
;
applies_duration_rounds
?:
number
;
cures
?:
string
[]
;
ritual
?:
boolean
;
area
?:
{
shape
:
"caster_burst"
|
"target_cluster"
;
default_max_targets
:
number
;
}
;
}
Index
Properties
id
name
kind
base_
level
base_
dice?
damage_
type?
save_
ability?
half_
on_
save?
darts?
dart_
bonus?
add_
ability_
to_
damage?
applies_
tag?
applies_
duration_
rounds?
cures?
ritual?
area?
Properties
id
id
:
string
name
name
:
string
kind
kind
:
"auto"
|
"heal"
|
"utility"
|
"spell_attack"
|
"save"
|
"save_utility"
base_
level
base_level
:
number
Optional
base_
dice
base_dice
?:
string
Optional
damage_
type
damage_type
?:
string
Optional
save_
ability
save_ability
?:
string
Optional
half_
on_
save
half_on_save
?:
boolean
Optional
darts
darts
?:
number
Optional
dart_
bonus
dart_bonus
?:
number
Optional
add_
ability_
to_
damage
add_ability_to_damage
?:
boolean
Optional
applies_
tag
applies_tag
?:
string
Optional
applies_
duration_
rounds
applies_duration_rounds
?:
number
Optional
cures
cures
?:
string
[]
Optional
ritual
ritual
?:
boolean
Optional
area
area
?:
{
shape
:
"caster_burst"
|
"target_cluster"
;
default_max_targets
:
number
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
kind
base_
level
base_
dice
damage_
type
save_
ability
half_
on_
save
darts
dart_
bonus
add_
ability_
to_
damage
applies_
tag
applies_
duration_
rounds
cures
ritual
area
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...