# Cluster

## CustomFlag: Cluster

**Description:** Spawns a cluster of items when triggered (e.g., grenades spawning multiple pickups).

**Parameters:**

* `item_to_spawn` — Item ID or name to spawn (e.g., `KeycardJanitor`).
* `amount_to_spawn` — Number of items to spawn.
* `scp_damage_multiplier` — Damage multiplier to apply to SCPs (if applicable).
* `fuse_time` — Delay (seconds) before spawned cluster or its effect triggers.

**Example Yaml context:**

```yaml
flag_settings:
  cluster_settings:
  - item_to_spawn: KeycardJanitor
    amount_to_spawn: 6
    scp_damage_multiplier: 5
    fuse_time: 5
```


---

# 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/api/customflagsettings/cluster.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.
