# Weapons and Resources

Three categories of weapons exist at launch. A Player can equip a Shogun character with a combination of at most two weapons depending on preference. Every weapon has a calibration of strength and durability assigned to it. During combat, wear and tear acts on the weapons hence causing a reduction in efficacy. However, weapons can be traded or upgraded.

<figure><img src="https://518103761-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ft8DM3eWZg6FmUJb9w0ig%2Fuploads%2F3X9Io6SL2iBpMialujgz%2Fsword.png?alt=media&#x26;token=7a4e9159-a656-42fc-ad5d-d4e52ef14044" alt=""><figcaption></figcaption></figure>

### **Sword:**

This sort of weapon can be used for performing slash attacks within a short range toward an opponent. Its efficacy also diminishes by reason of use.

### Spear:&#x20;

This sort of weapon can be used to launch long-range attacks toward an opponent. Its efficacy also diminishes by reason of use.

### Shield:&#x20;

Implemented in the form of VFX, used to shield a player from both long and short-range attacks. Have a replenishment rate and active state duration.

### Ax:&#x20;

A long ranged weapon with the end of an ax.

### Land:

Land is the major resource for the game. Lands can be staked for battles.


---

# Agent Instructions: 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://leagueofshoguns.gitbook.io/league-of-shoguns/game-economy/weapons-and-resources.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.
