> For the complete documentation index, see [llms.txt](https://aincrad-legacy.gitbook.io/aincrad-legacy-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aincrad-legacy.gitbook.io/aincrad-legacy-docs/combat-system/gear-swapping.md).

# Gear Swapping

Aincrad Legacy discourages mid-fight equipment swapping. Your gear is a commitment, not a rotation: **every time you equip a piece of equipment, you suffer a 10-second skill delay** - the same "after cast delay" you get from using a skill, shown the same way on your skill bar.

## How it works

* Equipping any piece of gear - weapon, shield, armor, garment, footgear, headgear or accessory - applies a **10-second cast delay**: no skills until it runs out.
* Swapping again while delayed **restarts the full 10 seconds**. Changing a whole set therefore costs the same as changing one piece, as long as you do it all at once.
* The delay shows on your skill bar exactly like a normal after-cast delay, so you always see how long is left.

## What is still allowed

The delay only stops skill casting. During the 10 seconds you can still:

* **Attack normally** - basic attacks are not affected.
* **Move, use items and interact** as usual.
* **Unequip** gear freely - only equipping triggers the delay.
* Benefit from **auto-cast effects** on your gear - skills that trigger on their own from attacks keep working.

Costume pieces and ammunition never trigger the delay.

## What this means in practice

* **Pick your loadout before engaging.** Swapping to a defensive set mid-fight silences your skills for 10 seconds - sometimes worth it, never free.
* **Swapping between fights is painless.** Out of combat, the delay passes while you walk and regroup.
* **Sets beat piecemeal swapping.** If you must change gear, change everything in one go - the timer restarts on each piece, so spreading a swap out only extends the downtime.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://aincrad-legacy.gitbook.io/aincrad-legacy-docs/combat-system/gear-swapping.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
