Preparing search index...
The search index is not available
Pathfinder 1e for Foundry VTT
Pathfinder 1e for Foundry VTT
pf1
applications
settings
HealthConfigModel
Class HealthConfigModel
Hierarchy
any
HealthConfigModel
Index
Constructors
constructor
Accessors
health
Continuity
Options
health
Rounding
Options
wound
Threshold
Options
Methods
get
ClassHD
define
Schema
migrate
Data
Constructors
constructor
new
Health
Config
Model
(
)
:
HealthConfigModel
Returns
HealthConfigModel
Accessors
Static
health
Continuity
Options
get
healthContinuityOptions
(
)
:
{
false
:
string
;
true
:
string
;
}
Returns
{
false
:
string
;
true
:
string
;
}
false
:
string
true
:
string
Static
health
Rounding
Options
get
healthRoundingOptions
(
)
:
{
down
:
string
;
nearest
:
string
;
up
:
string
;
}
Returns
{
down
:
string
;
nearest
:
string
;
up
:
string
;
}
down
:
string
nearest
:
string
up
:
string
Static
wound
Threshold
Options
get
woundThresholdOptions
(
)
:
{
0
:
string
;
1
:
string
;
2
:
string
;
}
Returns
{
0
:
string
;
1
:
string
;
2
:
string
;
}
0
:
string
1
:
string
2
:
string
Methods
get
ClassHD
get
ClassHD
(
item
)
:
object
Retrieve hit die configuration relevant to given class.
Parameters
item
:
ItemClassPF
Returns
object
Static
define
Schema
define
Schema
(
)
:
{
continuous
:
any
;
hitdice
:
any
;
maximized
:
any
;
rounding
:
any
;
variants
:
any
;
}
Returns
{
continuous
:
any
;
hitdice
:
any
;
maximized
:
any
;
rounding
:
any
;
variants
:
any
;
}
continuous
:
any
hitdice
:
any
maximized
:
any
rounding
:
any
variants
:
any
Static
migrate
Data
migrate
Data
(
source
)
:
any
Parameters
source
:
any
Returns
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
health
Continuity
Options
health
Rounding
Options
wound
Threshold
Options
Methods
get
ClassHD
define
Schema
migrate
Data
Pathfinder 1e for Foundry VTT
Loading...
Retrieve hit die configuration relevant to given class.