Optionaldata
data?: Record<string, unknown>
Optionaldescription
description?: string
Optionalrarity
rarity?: string
Optionalprice
price?: { value: number; denomination: string }
Optionalweight
weight?: number
Optionalquantity
quantity?: number
Optionalequipped
equipped?: boolean
Optionalidentified
identified?: boolean
Optionaldamage
damage?: { parts: [string, string][]; versatile?: string }
Optionalrange
range?: { value: number; long?: number; units: string }
Optionalarmor
armor?: { value: number; type: string; dex?: number }
Optionallevel
level?: number
Optionalschool
school?: string
Optionalcomponents
components?: {
vocal: boolean;
somatic: boolean;
material: boolean;
value?: string;
}
Optionalduration
duration?: { value: number; units: string }
OptionalitemRange
itemRange?: { value: number; units: string }
Represents an item (weapon, armor, spell, etc.) in FoundryVTT
Items represent equipment, spells, features, and other objects that can be owned by actors or exist independently in the game world.
FoundryItem
Example