Pathfinder 1e for Foundry VTT
Repository
Preparing search index...
pf1
models
item
AttackData
Type Alias AttackData
type
AttackData
=
{
ammo
:
AmmoData
;
baseTypes
:
Set
<
string
>
;
broken
:
boolean
;
class
?:
Slug
;
enh
:
number
|
null
;
held
:
keyof
typeof
abilityDamageHeldMultipliers
;
masterwork
:
boolean
;
material
:
MaterialData
;
proficient
:
boolean
;
properties
:
Record
<
WeaponProperty
,
boolean
>
;
subType
:
keyof
typeof
attackTypes
;
technology
:
boolean
;
uses
:
ResourceData
;
weapon
?:
{
category
?:
WeaponType
;
type
?:
string
}
;
weaponGroups
:
Set
<
WeaponGroup
>
;
}
Index
Properties
ammo
base
Types
broken
class?
enh
held
masterwork
material
proficient
properties
sub
Type
technology
uses
weapon?
weapon
Groups
Properties
ammo
ammo
:
AmmoData
base
Types
baseTypes
:
Set
<
string
>
broken
broken
:
boolean
Optional
class
class
?:
Slug
enh
enh
:
number
|
null
held
held
:
keyof
typeof
abilityDamageHeldMultipliers
masterwork
masterwork
:
boolean
material
material
:
MaterialData
proficient
proficient
:
boolean
properties
properties
:
Record
<
WeaponProperty
,
boolean
>
sub
Type
subType
:
keyof
typeof
attackTypes
technology
technology
:
boolean
uses
uses
:
ResourceData
Optional
weapon
weapon
?:
{
category
?:
WeaponType
;
type
?:
string
}
weapon
Groups
weaponGroups
:
Set
<
WeaponGroup
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
ammo
base
Types
broken
class
enh
held
masterwork
material
proficient
properties
sub
Type
technology
uses
weapon
weapon
Groups
Repository
Repository
Pathfinder 1e for Foundry VTT
Loading...