HandheldItem

Handheld Items are items that can be held by the player or villagers, such as tools, wands, or beverages.

Implements

Fields

addedInVersion (Version!)

The version of Animal Crossing New Horizons in which this item first appeared.

alternativeCurrency (Currency)

An alternative currency with which this item can be purchased.

alternativePrice (Int)

The amount of alternative currency with which this item can be purchased.

bodyCustomizable (Boolean!)

Whether or not this item's body is customizable using customization kits. If false, refer to the cyrusCustomizationPrice field to determine if this item's body is customizable at all.

bodyType (String)

A descriptor for this item's body.

canBePlacedOutdoors (Boolean!)

Whether or not this item can be placed outdoors.

customizationKitCost (Int)

The number of customization kits that must be used to customize this item.

customizationKitType (CustomizationKitType)

The type of customization kit used to customize this item.

cyrusCustomizationPrice (Int)

The cost for Cyrus to customize this item, in Bells.

exclusiveToSeasonalEvent (Boolean)

Whether or not this item can only be acquired during its seasonal event.

forSaleInCatalog (Boolean!)

Whether or not this item can be purchased in the in-game Nook Shopping catalog.

hhaBasePoints (Int!)

The minimum number of points awarded by the Happy Home Academy for displaying this item.

hhaCategory (HHACategory)

A shared category of which this item is a member, as determined by the Happy Home Academy.

hhaConcepts ([HHAConcept!]!)

A list of Happy Home Academy "concepts" to which this item belongs.

hhaSeries (HHASeries)

The Happy Home Academy "series" in which this item belongs.

hhaSet (HHASet)

The Happy Home Academy "furniture set" in which this item belongs.

id (ID!)

ID of the object.

interactivity (Interaction)

The type of interaction that this item allows when placed.

internalId (Int!)

A unique identifier for this item that is internal to the game.

isASurface (Boolean!)

Whether or not this item acts as a surface, allowing Miscellaneous items and Photos to be placed on top of it.

length (Float!)

The length of this item when placed, in grid blocks.

lightingType (LightingType)

The type of light emitted by this item when placed.

listedInCatalog (Boolean!)

Whether or not this item appears in the in-game Nook Shopping catalog.

name (String!)

The name of this item.

numberOfUses (Float)

The number of times this item can be used before breaking or being consumed. If null, the item can be used indefinitely without breaking or being consumed.

patternCustomizationOptions ([PatternCustomizationOption!]!)

A list of methods with which this item's pattern can be customized.

patternType (String)

A descriptor for this item's pattern.

price (Int)

The price of this item in Bells. If not present, it means the item cannot be bought with Bells.

resaleValue (Int!)

The resale value of this item in Bells.

seasonalEvent (String)

The seasonal event during which this item is available.

sourceNotes (String)

Additional freeform notes on acquiring this item.

sources ([String!]!)

A list of sources for acquiring this item.

speakerType (SpeakerType)

The type of speaker that this item can act as when placed.

stackSize (Int!)

The number of times this item can be stacked onto a single slot in the player's inventory.

variants ([ItemVariant!]!)

A list of one or more unique variants of this item.

width (Float!)

The width of this item when placed, in grid blocks.