Repository
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
HealthConfigModel
()
:
HealthConfigModel
Returns
HealthConfigModel
Accessors
Static
health
Continuity
Options
get
healthContinuityOptions
()
:
{
false
:
string
;
true
:
string
}
Returns
{
false
:
string
;
true
:
string
}
Static
health
Rounding
Options
get
healthRoundingOptions
()
:
{
down
:
string
;
nearest
:
string
;
up
:
string
}
Returns
{
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
}
Methods
get
ClassHD
getClassHD
(
item
:
ItemClassPF
)
:
object
Retrieve hit die configuration relevant to given class.
Parameters
item
:
ItemClassPF
Returns
object
Static
define
Schema
defineSchema
()
:
{
continuous
:
any
;
hitdice
:
any
;
maximized
:
any
;
rounding
:
any
;
variants
:
any
;
}
Returns
{
continuous
:
any
;
hitdice
:
any
;
maximized
:
any
;
rounding
:
any
;
variants
:
any
}
Static
migrate
Data
migrateData
(
source
:
any
)
:
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
Repository
Repository
Pathfinder 1e for Foundry VTT
Loading...
Retrieve hit die configuration relevant to given class.