.. _doc_item_asset_hat: Hat Assets ========== The ItemHatAsset class is used by clothing items occupying the "hat" slot. Hats can be worn by players and zombies, and cover their head. Game Data File -------------- The ItemHatAsset class inherits properties from the :ref:`ItemGearAsset ` 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 ` - ``Hat`` * - :ref:`ItemAsset ` - :ref:`Useable ` - ``Clothing`` Properties `````````` Hats have no unique properties. Refer to parent classes for additional properties instead.