Optionalability Type abilityType ?: "sp" | "na" | "ex" | "su"
Defined in module/models/item/feat-model.d.ts:16 acquired acquired : boolean
Defined in module/models/item/feat-model.d.ts:22 actions actions : Record < string , Action > ammo Defined in module/models/item/feat-model.d.ts:30 Optionalarmor Prof armorProf ?: Trait < "med" | "lgt" | "hvy" | "shl" | "twr" > associations associations : { classes : Set < string > }
Defined in module/models/item/feat-model.d.ts:17 Optionalchange Flags changeFlags ?: Set < | "haste" | "lowLightVision" | "seeInDarkness" | "seeInvisibility" | "immuneToMorale" | "loseDexToAC" | "noMediumEncumbrance" | "noHeavyEncumbrance" | "mediumArmorFullSpeed" | "heavyArmorFullSpeed" | "noAblScore.str" | "noAblScore.dex" | "noAblScore.con" | "noAblScore.int" | "noAblScore.wis" | "noAblScore.cha" | "pointBlankShot" | "rapidShot" | "manyshot" , >
Optionalclass Defined in module/models/item/feat-model.d.ts:26 class Skills classSkills : Set < | "int" | "crf" | "acr" | "swm" | "clm" | "fly" | "lor" | "art" | "per" | "apr" | "blf" | "dip" | "dev" | "dis" | "esc" | "han" | "hea" | "kar" | "kdu" | "ken" | "kge" | "khi" | "klo" | "kna" | "kno" | "kpl" | "kre" | "lin" | "prf" | "pro" | "rid" | "sen" | "slt" | "spl" | "ste" | "sur" | "umd" , >
Optionalcontext Notes contextNotes ?: Record < string , ContextNote >
Optionalcr Offset Defined in module/models/item/feat-model.d.ts:20 disabled disabled : boolean
Defined in module/models/item/feat-model.d.ts:25 inherited inherited : boolean
Defined in module/models/item/feat-model.d.ts:21 Optionallanguages languages ?: Set < | "dark" | "aboleth" | "abyssal" | "aklo" | "ancientosiriani" | "androffan" | "aquan" | "auran" | "azlanti" | "boggard" | "brethedan" | "canto" | "catfolk" | "celestial" | "common" | "cyclops" | "draconic" | "drowsign" | "druidic" | "dtang" | "dwarven" | "dziriak" | "ekekeh" | "elderthing" | "elven" | "erutaki" | "firstspeech" | "gholgan" | "giant" | "gnoll" | "gnome" | "goblin" | "grippli" | "grioth" | "gug" | "halfling" | "hallit" | "honla" | "hwan" | "ib" | "ignan" | "infernal" | "iobaran" | "jandelayan" | "jistka" | "kasatha" | "kelish" | "kuru" | "lashunta" | "migo" | "minatan" | "minkaian" | "munavri" | "nagaji" | "necril" | "orc" | "orvian" | "osiriani" | "polyglot" | "protean" | "reptoid" | "rougarou" | "sakvroth" | "samsaran" | "sasquatch" | "senzar" | "shadowtongue" | "shae" | "shoanti" | "shobhad" | "skald" | "sphinx" | "strix" | "sylvan" | "syrinx" | "taldane" | "tekritanin" | "tengu" | "terran" | "thassilonian" | "tien" | "treant" | "triaxian" | "undercommon" | "urdefhan" | "vanaran" | "varisian" | "varki" | "vegepygmy" | "vishkanya" | "vudrani" | "wayang" | "yaddithian" | "yithian" , >
material Defined in module/models/item/feat-model.d.ts:29 Optionalrace Points racePoints ?: number
Defined in module/models/item/feat-model.d.ts:15 script Calls scriptCalls : Record < string , ItemScriptCall >
Optionalshow In Combat showInCombat ?: boolean
Optionalshow In Quickbar showInQuickbar ?: boolean
simple simple : boolean
Defined in module/models/item/feat-model.d.ts:23 sub Type subType : "template" | "misc" | "feat" | "racial" | "classFeat" | "trait"
summons summons : boolean
Defined in module/models/item/feat-model.d.ts:24 Optionaltrait Category traitCategory ?: | "movement" | "other" | "defense" | "senses" | "weakness" | "featSkills" | "magical" | "offense"
Defined in module/models/item/feat-model.d.ts:14 Optionaltrait Type traitType ?: | "combat" | "magic" | "equipment" | "race" | "faith" | "social" | "campaign" | "cosmic" | "exemplar" | "faction" | "family" | "mount" | "region" | "religion" | "drawback"
Defined in module/models/item/feat-model.d.ts:13 uses Defined in module/models/item/feat-model.d.ts:31 Optionalweapon Prof weaponProf ?: Trait < "simple" | "siege" | "martial" | "firearm" | "heavy" > attack Notes get attackNotes () : HTML [] effect Notes get effectNotes () : HTML [] _ active State Change _activeStateChange ( changed : any ) : boolean | undefined Internal ExperimentalReturns boolean | undefined _ charge Pre Update _chargePreUpdate ( changed : object , context : object ) : Promise < void > InternalParameters changed : object context : object Returns Promise < void > Protected_ recharge Actions _rechargeActions ( options ?: { exact : boolean ; period ?: string ; rollData ?: object } , ) : object | undefined ProtectedParameters options : { exact : boolean ; period ?: string ; rollData ?: object } = {} exact : boolean Optionalperiod ?: string OptionalrollData ?: object Returns object | undefined
Update data or undefined if no update is needed.
Protected_ recharge Uses _rechargeUses ( options ?: { exact ?: boolean ; maximize ?: boolean ; period ?: string ; rollData ?: object ; value ?: number ; } , ) : Promise < object | undefined > ProtectedParameters options : { exact ?: boolean ; maximize ?: boolean ; period ?: string ; rollData ?: object ; value ?: number ; } = {} Optionalexact ?: boolean Optionalmaximize ?: boolean Optionalperiod ?: string OptionalrollData ?: object Optionalvalue ?: number Returns Promise < object | undefined >
Promise for the update, update data object, or undefined (no update needed).
_ update Charge Linking _updateChargeLinking () : void _ update Inherited Charges _updateInheritedCharges ( source : Item < "base" | ModuleSubType > ) : void InternalParameters source : Item < "base" | ModuleSubType > Returns void get Default Charge Cost getDefaultChargeCost ( options ?: { rollData ?: object } ) : number Parameters Optionaloptions : { rollData ?: object } = {} OptionalrollData ?: object Returns number Number for default cost.
Protected Abstractget Labels getLabels ( labels : object , options ?: { isolated ?: boolean ; rollData ?: object } , ) : void ProtectedParameters labels : object Optionaloptions : { isolated ?: boolean ; rollData ?: object } = {} Returns void get Name getName ( asPlayer ?: boolean ) : string Parameters OptionalasPlayer : boolean = false Returns string
Abstractget Proficiency getProficiency ( _weapon ?: boolean ) : boolean Parameters Optional_weapon : boolean = true Returns boolean
Whether or not the owner of the item is proficient.
get Roll Data getRollData ( result : any ) : void prepare Dependent Data prepareDependentData ( final ?: boolean ) : void prepare Derived Data prepareDerivedData () : void recharge recharge ( options ?: { commit ?: boolean ; context ?: object ; exact ?: boolean ; maximize ?: boolean ; period ?: "round" | "minute" | "hour" | "day" | "week" | "any" ; rollData ?: object ; value ?: number ; } , ) : Promise < object | FeatModel | undefined > Parameters options : { commit ?: boolean ; context ?: object ; exact ?: boolean ; maximize ?: boolean ; period ?: "round" | "minute" | "hour" | "day" | "week" | "any" ; rollData ?: object ; value ?: number ; } = {} Optionalcommit ?: boolean Optionalcontext ?: object Optionalexact ?: boolean Optionalmaximize ?: boolean Optionalperiod ?: "round" | "minute" | "hour" | "day" | "week" | "any" OptionalrollData ?: object Optionalvalue ?: number Returns Promise < object | FeatModel | undefined >
Promise for the update, update data object, or undefined (no update needed).
set Active setActive ( active : any , context : any ) : Promise < Item < "base" | ModuleSubType > > Returns Promise < Item < "base" | ModuleSubType > >
Update promise if item type supports the operation.
Protected Static Abstract_ adjust New Item _adjustNewItem ( item ?: ItemPF , data ?: object , override ?: boolean ) : void ProtectedParameters Optionalitem : ItemPF Optionaldata : object Optionaloverride : boolean = false Returns void Staticdefault Name defaultName ( __namedParameters ?: {} ) : string | null Parameters __namedParameters : {} = {} Returns string | null Defined in module/models/item/feat-model.mjs:79 Static Abstractmigrate Parent Data migrateParentData ( _source : object ) : void Staticprune Data pruneData ( source : any ) : void
Show item in combat tab.