# Vendor Collection

## Creation

To create a vendor collection, find (or create) the *GameName/Resources/GameName/VendorCollection* folder in the project tab and right click.  Choose *Create > AnyRPG > VendorCollection*.

![](https://2976860065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx7Nd93HqSNPpv2JhrViE%2Fuploads%2FlUY35CWiAdV04LRfaA6N%2Fimage.png?alt=media\&token=66e7fef1-2eb2-460c-942e-ae6325b16cb0)

## Properties

Vendor Collections have a single property, *Vendor Items*, which is a list with each element having the following fields.

| Name              | Description                                                                                                                                                                                                                                         |
| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Item Name         | The name of an [Item](https://docs.anyrpg.org/scriptable-objects/items) that can be purchased.                                                                                                                                                      |
| Quantity          | The amount of this [Item](https://docs.anyrpg.org/scriptable-objects/items) that can be purchased.  This field is ignored if *Unlimited* is true.                                                                                                   |
| Unlimited         | If true, there is no limit to the number of this [Item](https://docs.anyrpg.org/scriptable-objects/items) that can be purchased.                                                                                                                    |
| Item Quality Name | The name of an [Item Quality](https://docs.anyrpg.org/scriptable-objects/item-quality).  If this field is not empty, the [Item](https://docs.anyrpg.org/scriptable-objects/items) purchased will be of this quality instead of its default quality. |

## Next Steps

* Add a vendor collection to a [Vendor](https://docs.anyrpg.org/scriptable-objects/interactable-option-configurations/vendor-config).
