> For the complete documentation index, see [llms.txt](https://wiki.kingdom-swap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.kingdom-swap.com/items/armor.md).

# Armor

|            **Sprites**           |      **Name**     | **Defense** |
| :------------------------------: | :---------------: | :---------: |
| ![](/files/AHt9xbbjMbp4vflNJZiN) |    Simple Dress   |      0      |
| ![](/files/uAr4ONBN5JqriBvWD9aQ) |    White Dress    |      0      |
| ![](/files/vDkL112gAkjU9Vw9ENJp) |     Ball Gown     |      0      |
| ![](/files/AHt9xbbjMbp4vflNJZiN) |   Spectral Dress  |      0      |
| ![](/files/i1KmzK8U1Eygz7rjjS0x) |       Jacket      |      1      |
| ![](/files/JD4NZeQQ2zmWFIa4R4gf) |        Coat       |      1      |
| ![](/files/8XG6JvfVUs1jBCCNSdyv) |    Green Tunic    |      1      |
| ![](/files/TnbVRiprXDGEJ7ePU7MP) |        Cape       |      1      |
| ![](/files/PG8jEofifhHlvvf7cFsT) |   Rangers Cloak   |      1      |
| ![](/files/9PzJTyhDTuR9mEiLFqT6) |      Red Robe     |      1      |
| ![](/files/e5NPDK8SMRlrHea2lPhT) |      Doublet      |      2      |
| ![](/files/eh27CKdrqA73HJMH3kKO) |     Red Tunic     |      2      |
| ![](/files/rgGxZ1KX05bBJXNN4B5W) |   Leather Armor   |      4      |
| ![](/files/smiTzsMA7meiyWy6KHDB) |   Studded Armor   |      5      |
| ![](/files/jMAfahMNoD3TRjbE5idc) |    Chain Armor    |      6      |
| ![](/files/gqsyWNonYXuf8laVK192) |    Native Armor   |      7      |
| ![](/files/otKMStffnUlaouNYVp4w) |    Brass Armor    |      8      |
| ![](/files/DRxrktsO7mC4h8KbTP0p) |    Scale Armor    |      9      |
| ![](/files/FOL7xJOQ12pslfJP1ffs) |     Elven Mail    |      9      |
| ![](/files/7qGuIs3iLsj8GMAeZtix) |   Leopard Armor   |      9      |
| ![](/files/SkBGBjLwznf5ailbwjXg) |     Dark Armor    |      10     |
| ![](/files/15vl4svDW2ICCgw1z5v9) |    Plate Armor    |      10     |
| ![](/files/DQVTZsYfe7plDkyBHn55) |   Dwarven Armor   |      10     |
| ![](/files/gwnQ7goUtK5T9alnw9XB) |    Noble Armor    |      11     |
| ![](/files/HmrE3IQ4T9jErt0yrxm0) |     Blue Robe     |      11     |
| ![](/files/K1zFLMVOgirx3XeJB0bt) |    Knight Armor   |      12     |
| ![](/files/usBgnQuMWm5VDZX3uodN) |    Crown Armor    |      13     |
| ![](/files/6kDvJHQILbe6SiHKKW05) |    Amazon Armor   |      13     |
| ![](/files/w3l0kecizMVCwDNx1n2M) |    Golden Armor   |      14     |
| ![](/files/tf8c57Xe1QV2cnIZC00O) | Dragon Scale Mail |      15     |
| ![](/files/sXesnVGsP6HervGwM6JU) |    Demon Armor    |      16     |
| ![](/files/yIwJLODJF4lQJKVjHNaQ) | Magic Plate Armor |      17     |


---

# 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://wiki.kingdom-swap.com/items/armor.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.
