> For the complete documentation index, see [llms.txt](https://castleoverlord.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://castleoverlord.gitbook.io/whitepaper/nft-model/factions.md).

# Factions

Castle Overlord offers a wide variety of units with a huge amount of possible combinations. Units are grouped into various factions which determine their visual identity and behavior. While in battle, deploying units of the same faction may trigger synergy and make them stronger.&#x20;

Factions also dictate the units that players can acquire in a minting period. For example, players might acquire units from the Cyber Samurai faction from today’s NFT collection, but need to wait until the next collection release if they want to acquire units from the Military faction. This “banner” method of unit rollout ensures that players always have something to look forward to and can keep playing the game in excitement.&#x20;

Currently, we are offering 3 different factions in Castle Overlord, with plans to add more in the future.

## Steampunk&#x20;

Living their daily lives in the harsh environment of underground mining facilities, the Steampunk people are tough and hard-working. They use whatever parts they can find to build tools and giant robots, and have managed to establish a tightly knit community in their underground empire. The technology of Steampunk may look primitive or rugged, but the durability is unquestionable.

The Steampunk troopers are characterized by their slow movement, bulky body, and provoking aesthetics. They can equip 2 types of weapon: the punch-type which enables them to perform rapid attacks, and the smash-type which is slower but can inflict area damage.

## Cyber Samurai

For some people, developing high-end technology is a necessity to achieve a better life. In the process of doing so, they might lose their old values and virtues. But not Cyber Samurai. For them, keeping ancestors’ tradition is an important part of their way of life. Donning elegant armors and unbreakable blades, these honorable warriors are always ready to prove their worth.

The Cyber Samurai troopers are not particularly tanky, but they make up for it with high damage and agility. They can equip 2 types of weapon: the hack-type which deals a circular area damage, and the thrust-type which deals area damage in a line.

## Military

An era of turmoil forces the government to allocate most of their funds to reinforce their Military strength, while leaving their people in bare minimum living standard. Utilizing extreme training in VR simulations, this faction managed to assemble a strong army of soldiers with thousands of hours of combat experience. They’ve mastered the art of long range weapons, allowing them to eliminate targets without getting a scratch.

The Military troopers excel in long range combat, but are fragile when fighting up close. They can equip 2 types of weapon: the handgun which is capable of firing rapid shots, and the rifle which fires slowly but deals high damage.


---

# 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://castleoverlord.gitbook.io/whitepaper/nft-model/factions.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.
