# Flash Grenade

**Properties**

| Property                     | Type    | Description                                                                         |
| ---------------------------- | ------- | ----------------------------------------------------------------------------------- |
| `MinimalDurationEffect`      | `float` | The minimum duration of the flash effect.                                           |
| `AdditionalBlindedEffect`    | `float` | The additional duration of the `Blinded` effect.                                    |
| `SurfaceDistanceIntensifier` | `float` | How much the flash grenade's effect is intensified when it explodes on the surface. |
| `FuseTime`                   | `float` | The duration of the fuse.                                                           |
| `PinPullTime`                | `float` | The time it takes to pull the pin.                                                  |
| `ExplodeOnImpact`            | `bool`  | Determines if the grenade explodes upon impacting another object.                   |
| `Repickable`                 | `bool`  | Whether players can pick up the grenade after it has been thrown.                   |

**Example:**

```yaml
CustomItemType: FlashGrenade
CustomData:
  minimal_duration_effect: 3.0
  additional_blinded_effect: 7.0
  surface_distance_intensifier: 10.0
  fuse_time: 2.5
  pin_pull_time: 0.5
  explode_on_impact: true
  repickable: true
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.uci.ucserver.it/uncomplicatedcustomitems/api/custom-data/flash-grenade.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
