> For the complete documentation index, see [llms.txt](https://cryptsofhorus.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://cryptsofhorus.gitbook.io/whitepaper/the-game/game-mechanics/mechanics.md).

# Mechanics

The essential game mechanics built into CoH include blockchain integration, character development, combat systems, economy, and social features.

## **Blockchain Integration**

### **Non-Fungible Tokens (NFTs)**

* **Characters**: Each character in the game is represented by a unique NFT, which players can buy, sell, or trade.
* **Items and Equipment**: Gear, weapons, and other items are also NFTs, offering true ownership and rarity.
* **Land and Buildings**: Virtual real estate within the game can be owned, developed, and monetised by players.

### **Smart Contracts**

* **Quests and Rewards**: Smart contracts govern quests and ensure that rewards are distributed fairly and transparently.
* **Marketplace Transactions**: All transactions on the in-game marketplace are executed through smart contracts, providing security and trust.

## **Character Development**

### **Classes and Specialisations**

* **Base Classes**: Players choose from various base classes such as Infantry, Officer, Horusi, Osirisian, and Anubisanti.
* **Specialisations**: As players level up, they can specialise their characters further, unlocking unique abilities and skills.

### **Skills and Abilities**

* **Skill Trees**: Each class has a skill tree that players can invest in, allowing for customisation and strategic planning.
* **Ability Cooldowns**: Abilities have cooldown periods to prevent spamming and encourage tactical use.

### **Experience and Leveling**

* **Gaining Experience**: Characters gain experience points (XP) from completing quests, defeating enemies, and participating in events.
* **Leveling Up**: Accumulating XP allows characters to level up, enhancing their stats and unlocking new skills.

## **Combat System**

### **Real-Time Combat**

* **Action-Oriented**: Combat occurs in real-time, requiring quick reflexes and strategic planning.
* **Skill Combos**: Players can execute skill combos for increased damage and special effects.

### **Turn-Based Combat**

* **Strategic Play**: In some scenarios, combat may be turn-based, emphasising strategy over speed.
* **Resource Management**: Players must manage resources like mana, stamina, and health strategically.

### **Player vs. Environment (PvE)**

* **Crypt Raids**: Players can team up to explore crypts, defeat bosses, and earn rare loot.
* **World Events**: Dynamic world events offer opportunities for large-scale cooperative play.

### **Player vs. Player (PvP)**

* **Arenas**: Competitive arenas where players can battle each other for glory and rewards.
* **Faction Wars**: Large-scale battles between player factions, requiring coordination and teamwork.

## **Economy**

### **In-Game Currency**

* **Earning Currency**: Players earn in-game currency through quests, trading, and events.
* **Spending Currency**: Currency can be used to buy items, upgrade equipment, and acquire land.

### **Marketplace**

* **Trading**: Players can buy, sell, and trade NFTs on the in-game marketplace.
* **Auction House**: Rare items and properties can be auctioned, allowing for competitive bidding.

### **Crafting and Upgrading**

* **Resource Gathering**: Players gather resources from the environment to craft items.
* **Item Upgrades**: Equipment can be upgraded using special materials to improve stats and abilities.

## **Social Features**

### **Guilds and Alliances**

* **Guild Creation**: Players can form guilds to tackle challenges together and share resources.
* **Alliances**: Multiple guilds can form alliances for large-scale cooperation and faction wars.

### **Communication**

* **Chat Systems**: In-game chat systems include global chat, guild chat, and private messaging.
* **Voice Chat**: Integrated voice chat options for real-time communication during gameplay.

### **Events and Tournaments**

* **Scheduled Events**: Regularly scheduled events keep the game world dynamic and engaging.
* **Tournaments**: Competitive tournaments offer exclusive rewards and recognition for top players.

These are the core mechanics built into CoH. Explore, battle, trade, and grow in a game where player's actions have real-world value and impact.&#x20;


---

# 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://cryptsofhorus.gitbook.io/whitepaper/the-game/game-mechanics/mechanics.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.
