> For the complete documentation index, see [llms.txt](https://light-in-the-dark-1.gitbook.io/litd/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://light-in-the-dark-1.gitbook.io/litd/core-in-game-buildings/weapon-engineering.md).

# Weapon Engineering

This is where the magic happens! Each weapon engineering building has the ability to construct powerful weapons that are an important piece in the LITD storyline. Each newly constructed weapon can either be stored for later usage or sent to the loading docks to be sold for light shards.

There are a total of six weapon buildings currently in the game. Each of the six can be separately upgraded 9 times, unlocking new weapons to craft as you go along. With each new weapon, their power and value will also increase steadily, giving players tough decisions on whether they should keep them or sell them.

#### The swordsmith is provided to the player in the beginning. All new weapon buildings must be newly acquired thereafter.

<figure><img src="/files/XoAOAhj1IriHuw3vVdK6" alt=""><figcaption><p>The Swordsmith</p></figcaption></figure>

**Weapon Engineering Buildings:**

1. Swordsmith
2. Blunt Force Barracks
3. Viking's Hut
4. Spearhead Haven
5. Bowman's Cabin
6. College of Unknown

**Weapon Engineering Upgrades & Unlocks: (??? = HIDDEN FOR PLAYER EXPERIENCE)**

| Weapon Building Level |     New Unlocks     | New Effects |
| :-------------------: | :-----------------: | :---------: |
|           1           | New weapon crafting |     ???     |
|           2           | New weapon crafting |     ???     |
|           3           | New weapon crafting |     ???     |
|           4           | New weapon crafting |     ???     |
|           5           | New weapon crafting |     ???     |
|           6           | New weapon crafting |     ???     |
|           7           | New weapon crafting |     ???     |
|           8           | New weapon crafting |     ???     |
|           9           | New weapon crafting |     ???     |

**Each weapon building has the same upgrade system, meaning as you upgrade each one individually, each one will unlock a new craftable weapon.**


---

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

```
GET https://light-in-the-dark-1.gitbook.io/litd/core-in-game-buildings/weapon-engineering.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.
