# Legion Studios

## Legion Studios: Core

- [Welcome](https://legion-studios.gitbook.io/legion-studios/readme.md)
- [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)
- [Skills](https://legion-studios.gitbook.io/legion-studios/features/skills.md): Legion Studios' skills framework, making it easy for mission and mod makers to work with custom skills/permissions/traits.
- [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.
- [Introduction](https://legion-studios.gitbook.io/legion-studios/frameworks/introduction.md)
- [Active Camo](https://legion-studios.gitbook.io/legion-studios/frameworks/active-camo.md): Legion Studios' active camo framework, and how to add your own active camo items.
- [Biology](https://legion-studios.gitbook.io/legion-studios/frameworks/biology.md): Legion Studios' biology framework, including how to use it and how to add your own biologies.
- [Droid Dispensers](https://legion-studios.gitbook.io/legion-studios/frameworks/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/frameworks/equipment.md): Legion Studios' "weapon" 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/frameworks/equipment/rangefinders.md): Adds extra information to Night Vision Goggles.
- [Impulsor](https://legion-studios.gitbook.io/legion-studios/frameworks/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/frameworks/lighting.md): Legion Studios' "lighting" framework, allowing modders to add built in lights to different pieces of equipment.
- [Map](https://legion-studios.gitbook.io/legion-studios/frameworks/map.md): Legion Studios' "map" framework, making changes / additions to the map display.
- [Skills](https://legion-studios.gitbook.io/legion-studios/frameworks/skills.md): Legion Studios' skills framework, showing how to use / add your own skills.
- [Weapons](https://legion-studios.gitbook.io/legion-studios/frameworks/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/frameworks/weapons/attachment-swapping.md): Automatically swap attachments after loading a magazine.
- [Aim Down Sight Sounds](https://legion-studios.gitbook.io/legion-studios/frameworks/weapons/aim-down-sight-sounds.md): Playing sounds when aiming down the sight of a weapon.
- [Explosives](https://legion-studios.gitbook.io/legion-studios/frameworks/weapons/explosives.md): Custom explosive properties
- [Vehicle-In-Vehicle Loading](https://legion-studios.gitbook.io/legion-studios/frameworks/vehicle-in-vehicle-loading.md): Legion Studios' viv "framework" to make loading vehicles easier for pilots.
- [Introduction](https://legion-studios.gitbook.io/legion-studios/developer-guidelines/introduction.md)
- [Local Environment Setup](https://legion-studios.gitbook.io/legion-studios/developer-guidelines/local-environment.md)
- [Macro Usage](https://legion-studios.gitbook.io/legion-studios/developer-guidelines/macros.md)
- [Introduction](https://legion-studios.gitbook.io/legion-studios/release-pipeline/introduction.md)
- [GitHub Action](https://legion-studios.gitbook.io/legion-studios/release-pipeline/action.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://legion-studios.gitbook.io/legion-studios/readme.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.
