> For the complete documentation index, see [llms.txt](https://docs.anyrpg.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anyrpg.org/scriptable-objects/interactable-option-configurations/item-pickup-config.md).

# Item Pickup Config

## Creation

To create an item pickup config, find (or create) the *GameName/Resources/GameName/InteractableOptionConfig* folder in the project tab and right click.  Choose *Create > AnyRPG > Interactable > ItemPickupConfig*.

## Properties

| Name             | Description                                                                                                                                                 |
| ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Loot Table Names | A list of [Loot Tables](/scriptable-objects/loot-table.md) containing [Items](/scriptable-objects/items.md) this node can drop when gathering is performed. |
| Spawn Timer      | The number seconds after all [Items](/scriptable-objects/items.md) have been looted before the node resets and spawns again.                                |

## Next Steps

* Add an item pickup config to an Interactable to allow looting items from it.
