# Active Camo

## 1. Usage

Legion Studios' active camo system is added to the Katarn series armor sets, DC-17M, its magagazines and attachments, the DC-15SA, the BX-Series Commando Droid Chasis, and E-5 blaster. The active camo system also supports vehicles, but no Legion vehicles have it enabled by default.

To activate active camo, you can use the keybind (unbound by default). If ACE is loaded, there is also a self interaction under Equipment.

For mission makers, there is a "Toggle Active Camo" Zeus module to (de)activate active camo for units or vehicles.

In order to activate active camo, your uniform or vehicle must be configured to use system. All other items will be replaced with their active camo versions, or left the same if no camo version is found.

## 2. Keybinds

| Name               | Description                | Default Key |
| ------------------ | -------------------------- | ----------- |
| Toggle Active Camo | Toggle active camo on/off. | Unbound     |

## 3. Settings

| Name                        | Description                                                                          | Default Value |
| --------------------------- | ------------------------------------------------------------------------------------ | ------------- |
| Enabled                     | If enabled, players will be able to activate active camo.                            | True          |
| Camo Coefficient - Units    | Coefficient for a unit's camo skill when using active camo. Lower = more hidden.     | 0             |
| Camo Coefficient - Vehicles | Coefficient for a vehicles's camo skill when using active camo. Lower = more hidden. | 0             |
| Cooldown After Deactivating | Time in seconds after deactivating before active camo can be re-activated.           | 5             |
| Allow Firing                | If enabled, players will be able to activate active camo on configured armor sets.   | True          |
| Maximum Allowed Hits        | Allowed number of hits a player can take when in active camo. -1 = Don't deactivate. | 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://legion-studios.gitbook.io/legion-studios/features/active-camo.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.
