.. _doc_item_asset_vest: Vest Assets =========== The ItemVestAsset class is used by clothing items occupying the "vest" slot. Vests can be worn by players and zombies, and cover their torso. Game Data File -------------- The ItemVestAsset class inherits properties from the :ref:`ItemBagAsset ` class. Properties that are required (or recommended) are listed in the table below. .. list-table:: :widths: 30 40 30 :header-rows: 1 * - Class - Property Name - Required Value * - :ref:`ItemAsset ` - :ref:`GUID ` - * - :ref:`ItemAsset ` - :ref:`ID ` - * - :ref:`ItemAsset ` - :ref:`Type ` - ``Vest`` * - :ref:`ItemAsset ` - :ref:`Useable ` - ``Clothing`` Properties `````````` Vests have no unique properties. Refer to parent classes for additional properties instead.