# Equippable Item

{% hint style="info" %}
To add a new item, go to **Create -> Aurora FPS -> Inventory -> Item**&#x20;
{% endhint %}

![](https://4102492771-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MbGcEmnwAxQ5XmsXrVA%2F-MenX-xfjBYKqZ14Rpcu%2F-Menk22IIv1cLvzw5MqI%2Fimage%20\(81\).jpg?alt=media\&token=d1074a51-fc20-404e-b678-f2f540dd51f1)

{% hint style="info" %}
We will create an object of a new item and we need to fill in all its fields
{% endhint %}

![](https://4102492771-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MbGcEmnwAxQ5XmsXrVA%2F-MenX-xfjBYKqZ14Rpcu%2F-MenkG9vbWKUONkWlCbl%2Fimage.png?alt=media\&token=73940e13-e659-450b-9547-2b5606f98b69)

| Property | Description                                                                                                                          |
| -------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| Name     | The name of the item.                                                                                                                |
| Type     | The [**group**](https://renownedgames.gitbook.io/aurora-engine/components/weapon-inventory-system/groups) to which the item belongs. |

### First Person Settings

![](https://4102492771-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MbGcEmnwAxQ5XmsXrVA%2F-MenX-xfjBYKqZ14Rpcu%2F-Menl7qpFqLG7amAVuqY%2Fimage%20\(82\).jpg?alt=media\&token=771e68d5-d033-4613-a55e-c471d5d1b494)

| Property              | Description                                                                                                                |
| --------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| First Person Object   | Here we put the prefab of our[ ](https://renownedgames.gitbook.io/aurora-engine/weapon/untitled/create-weapon-object)item. |
| First Person Position | Setting the initial position of the item.                                                                                  |
| First Person Rotation | Setting the initial rotation of the item.                                                                                  |

### Drop Settings

![](https://4102492771-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MbGcEmnwAxQ5XmsXrVA%2F-MenX-xfjBYKqZ14Rpcu%2F-MenluAPtkQxAGAUDb8s%2Fimage%20\(83\).jpg?alt=media\&token=462916d2-3281-44fd-9273-697892aa4688)

| Property                | Description                                                        |
| ----------------------- | ------------------------------------------------------------------ |
| Drop Weapon             | Here we put a model of a item that can be selected.                |
| Drop Rotation           | The rotation of the object when dropping.                          |
| Drop Forward Multiplier | At what distance from the player the discarded object will appear. |
| Drop Force              | Setting the force of the throw when dropping an object.            |
| Drop Torque             | Setting the torque when dropping an object.                        |

### Equip Settings

![](https://4102492771-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MbGcEmnwAxQ5XmsXrVA%2F-MenX-xfjBYKqZ14Rpcu%2F-Menmc1ZjbSibDSfvhUW%2Fimage%20\(84\).jpg?alt=media\&token=6af8d535-f997-4e3f-a5ed-33c9a88a314b)

| Name        | Description                                         |
| ----------- | --------------------------------------------------- |
| Select Time | The time of taking the item in hand.                |
| Hide Time   | The time when the object is removed from the hands. |

### Inventory Settings

{% hint style="info" %}
**Reusable** means how many times we can use this item. Disabling this feature removes the item after it is used.
{% endhint %}

### UI Settings

{% hint style="info" %}
In **Item Image**, select the photo of the item.
{% endhint %}

### Event Settings

![](https://4102492771-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MbGcEmnwAxQ5XmsXrVA%2F-MbvNEKs2t5QgDB6OHYy%2F-MbvUxycdTwskM3jicKv%2Fimage%20\(29\).jpg?alt=media\&token=b1b37eb2-5763-4514-8dda-dd4d10a68323)

{% hint style="info" %}
All events in this sheet are called when loot an item.
{% endhint %}
