> For the complete documentation index, see [llms.txt](https://renownedgames.gitbook.io/aurora-engine/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://renownedgames.gitbook.io/aurora-engine/weapon/configurate-weapon/setup-grenade/throw-system/create-grenade.md).

# Create Grenade

To create the grenade itself, you need its model, which you can buy from people who are engaged in 3D modeling, download from the Assets Store or make with your own hands in any 3D editor.  \
Next, we add the components:

1. **RigidBody**
2. **Collider**
3. **Physics Grenade**

![](https://4102492771-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MbGcEmnwAxQ5XmsXrVA%2F-McACnAC-oCp4lFBMT7u%2F-McADm4MlIJwFWtjykJK%2Fimage.png?alt=media\&token=416799c4-b052-4517-8595-2dad76d4fa4e)

| Property         | Description                                                                                        |
| ---------------- | -------------------------------------------------------------------------------------------------- |
| Explosion Effect | Here we move the **Particle System**, which is located on the grenade to play it when it explodes. |
| Explosion Sound  | The sound of an explosion.                                                                         |
| Meshes           | All **Renderers** are moved here to hide them after the explosion.                                 |

### Explosion Settings

| Property      | Description            |
| ------------- | ---------------------- |
| Timer         | Time for an explosion. |
| Cover Radius  | The explosion radius.  |
| Culling Layer | Interaction layers.    |

#### Distance Settings

This parameter is responsible for receiving damage based on the distance from the explosion.

![](https://4102492771-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MbGcEmnwAxQ5XmsXrVA%2F-McAJA_W5Yvgt5W9BS7W%2F-McAKZbVp0XoAfUw04YC%2Fimage%20\(34\).jpg?alt=media\&token=5ab5ab2c-7936-48f3-9f0b-a52337dde598)

{% hint style="info" %}
To set the condition at which distance we will receive a specific damage, click on the plus and add a new condition.
{% endhint %}

![](https://4102492771-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MbGcEmnwAxQ5XmsXrVA%2F-McAJA_W5Yvgt5W9BS7W%2F-McAJragXMlxRrvBgeLs%2Fimage%20\(33\).jpg?alt=media\&token=f870cb45-979f-414c-a88b-db3edd658abd)

| Property         | Description                                      |
| ---------------- | ------------------------------------------------ |
| Distance         | The distance from the explosion to the object.   |
| Damage           | The damage received.                             |
| Impulse          | The impulse of repulsion.                        |
| Upwards Modifier | The force of throwing up.                        |
| Shake Settings   | Setting up the camera shake during an explosion. |

### Advanced Settings

| Property       | Description                      |
| -------------- | -------------------------------- |
| Pool Object ID | ID in the pool.                  |
| Delayed Time   | The time of removal to the pool. |
