> For the complete documentation index, see [llms.txt](https://wiki.playcabal.to/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.playcabal.to/content/basics/classes/warrior/weapons-armors.md).

# Weapons / Armors

Warriors are using Heavy Armor and a Great Sword or a Daikatana. Whatever you choose it has different positive and negative Aspect.

{% hint style="info" %}
Besides the Visual there are not much differences between Great Sword and Daikatana.

Great Swords are used for high Attack Build - better said to maximize the DMG Ouput on the very endgame.

Daikatanas are used to cheaper Build which is more leaned on Attack Rate and can still used in very endgame.

The only difference is the small Attack Difference between both kinds.

Whatever you choose you will be fine.
{% endhint %}

| Great Sword                                                         | Daikatana                                                           |
| ------------------------------------------------------------------- | ------------------------------------------------------------------- |
| <img src="/files/gt2ClPtbv2gO7SE5V1Ye" alt="" data-size="original"> | <img src="/files/tHL6QEUPvMV1UvUGDtwR" alt="" data-size="original"> |

For Great Sword and Daikatana you need to different Stat Distribution. So if you want to aim for some specific Weapon you should check this Stat Distribution to find you way to spend STR / INT / DEX

<table><thead><tr><th>Item</th><th>STR</th><th>INT</th><th>DEX</th><th data-hidden>INT</th></tr></thead><tbody><tr><td>Great Sword</td><td>xxx</td><td>77</td><td>154</td><td></td></tr><tr><td>Daikatana</td><td>xxx</td><td>77</td><td>204</td><td></td></tr></tbody></table>

{% hint style="info" %}
**xxx** indicates that it is the Main Stat for your class and all remaining point should be added into that one.
{% endhint %}

There is also a Beginner's Guide available on our Discord Server

{% embed url="<https://discord.com/channels/1183205547151990834/1340727938043084833>" %}


---

# 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://wiki.playcabal.to/content/basics/classes/warrior/weapons-armors.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.
