# Features

- [Introduction](https://legion-studios.gitbook.io/legion-studios/features/introduction.md)
- [Active Camo](https://legion-studios.gitbook.io/legion-studios/features/active-camo.md): Legion Studios' active camo feature, allowing players to camoflauge themselves.
- [Droid Dispensers](https://legion-studios.gitbook.io/legion-studios/features/dispensers.md): Legion Studios' droid dispensers, allowing Zeuses to have AI engage players quickly and take some of the load off of the Zeuses.
- [Equipment](https://legion-studios.gitbook.io/legion-studios/features/equipment.md): Legion Studios' "equipment" framework is made up of several smaller scripts and functionality but all wrapped into a larger package.
- [Rangefinders](https://legion-studios.gitbook.io/legion-studios/features/equipment/rangefinders.md): Adds extra information to Night Vision Goggles.
- [Impulsor](https://legion-studios.gitbook.io/legion-studios/features/impulsor.md): Legion Studios' impulsor framework, allowing vehicles to move much faster at the cost of fuel.
- [Lighting (Headlamps)](https://legion-studios.gitbook.io/legion-studios/features/lighting.md): Legion Studios' "lighting" framework, allowing pieces of equipment to have built-in flashlights.
- [Map](https://legion-studios.gitbook.io/legion-studios/features/map.md)
- [Weapons](https://legion-studios.gitbook.io/legion-studios/features/weapons.md): Legion Studios' "weapon" framework is made up of several smaller scripts and functionality but all wrapped into a larger package.
- [Attachment Swapping](https://legion-studios.gitbook.io/legion-studios/features/weapons/attachment-swapping.md): Automatically swap attachments after loading a magazine.
- [Aim Down Sight Sounds](https://legion-studios.gitbook.io/legion-studios/features/weapons/aim-down-sight-sounds.md): Playing sounds when aiming down the sight of a weapon.
- [Explosives](https://legion-studios.gitbook.io/legion-studios/features/weapons/explosives.md): Custom explosive functionality
- [Weapon Types](https://legion-studios.gitbook.io/legion-studios/features/weapons/weapon-types.md): Custom scripted weapon functionality
- [Magazine Properties](https://legion-studios.gitbook.io/legion-studios/features/weapons/magazine-properties.md): Custom scripted magazine functionality
- [Ammo Types](https://legion-studios.gitbook.io/legion-studios/features/weapons/ammo-types.md): Custom scripted ammo functionality
- [Vehicle-In-Vehicle Loading](https://legion-studios.gitbook.io/legion-studios/features/vehicle-in-vehicle-loading.md): Legion Studios' viv "framework" to make loading vehicles easier for pilots.


---

# 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.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.
