Pathfinder 1e for Foundry VTT
Repository
Preparing search index...
pf1
<types>
AttackInstance
Class AttackInstance
Internal
TODO: Remove this
Index
Constructors
constructor
Properties
abstract
ammo
bonuses
charge
Cost
chat
Attack
label
type
Accessors
active
Bonuses
attack
Bonus
has
Ammo
Methods
_
resolve
Bonus
_
resolve
Bonuses
Constructors
constructor
new
AttackInstance
(
label
:
any
,
__namedParameters
?:
{
abstract
?:
boolean
;
ammo
?:
null
;
bonuses
?:
never
[]
;
type
?:
null
;
}
,
)
:
AttackInstance
Parameters
label
:
any
__namedParameters
:
{
abstract
?:
boolean
;
ammo
?:
null
;
bonuses
?:
never
[]
;
type
?:
null
}
= {}
Returns
AttackInstance
Properties
abstract
abstract
:
boolean
ammo
ammo
:
AttackAmmo
|
null
= null
bonuses
bonuses
:
{
value
:
string
}
[]
= []
charge
Cost
chargeCost
:
number
= null
chat
Attack
chatAttack
:
ChatAttack
= null
label
label
:
string
type
type
:
string
|
null
Accessors
active
Bonuses
get
activeBonuses
()
:
{
value
:
string
}
[]
Active Bonus Formulas
Returns
{
value
:
string
}
[]
attack
Bonus
get
attackBonus
()
:
string
Returns
string
Deprecated
has
Ammo
get
hasAmmo
()
:
boolean
Returns
boolean
Methods
_
resolve
Bonus
_resolveBonus
(
formula
:
any
)
:
number
|
boolean
Internal
Experimental
Parameters
formula
:
any
Returns
number
|
boolean
Number if deterministic, false otherwise
_
resolve
Bonuses
_resolveBonuses
()
:
void
Internal
Experimental
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
abstract
ammo
bonuses
charge
Cost
chat
Attack
label
type
Accessors
active
Bonuses
attack
Bonus
has
Ammo
Methods
_
resolve
Bonus
_
resolve
Bonuses
Repository
Repository
Pathfinder 1e for Foundry VTT
Loading...
TODO: Remove this