Pathfinder 1e for Foundry VTT
Repository
Preparing search index...
pf1
models
fields
factory
Activation
Type Alias Activation
Activation cost and type.
type
Activation
=
{
cost
?:
number
;
type
:
AbilityActivationTypes
;
unchained
?:
{
cost
?:
number
;
type
:
AbilityActivationTypesUnchained
}
;
}
Index
Properties
cost?
type
unchained?
Properties
Optional
cost
cost
?:
number
type
type
:
AbilityActivationTypes
Optional
unchained
unchained
?:
{
cost
?:
number
;
type
:
AbilityActivationTypesUnchained
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cost
type
unchained
Repository
Repository
Pathfinder 1e for Foundry VTT
Loading...
Activation cost and type.