> For the complete documentation index, see [llms.txt](https://whitepaper.cryptofights.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.cryptofights.com/world/fighters/skills.md).

# Skills

<figure><img src="/files/vXbJE5gTW4ySjOu63osc" alt=""><figcaption><p>Skill Tree for CryptoFights</p></figcaption></figure>

Dive into the rich tapestry of abilities and skills in CryptoFights, where your strategic choices shape the battlefield. Here, every decision in crafting your warrior’s abilities is a step toward victory or an opportunity for growth.

### **💫 Skills**

Every Skill is associated with [Attributes](/world/fighters/attributes.md): Strength, Dexterity and Intelligence. Their effectiveness is determined by their [Ability Point Modifiers](/world/fighters/ability-points.md#ability-point-score-and-modifier).

* **Actions:** Your arsenal for the heat of battle, like the explosive 'Fireball', ready to be unleashed with a click.
* **Traits:** Your silent guardians, offering passive bonuses such as 'Strong', bolstering your might without a word.
* **Talents:** Your war chest of skills, like 'Sharpshooter', unlocked together to synergize your path to dominance.

### **🔗 Skill Relationships**

* **Required Skills:** Skills that must be learned before learning a particular skill
* **Child Skills:** Skills that become accessible once a certain skill is learned
  * Example: Elementalist (Talent): Shock, Burn, Chill
* **Sacrificial Skills:** Skills that must be sacrificed in order to learn a new skill
* **Superseded Skills:** Skills that become "improved" versions of previously learned skills

### **❌ Inaccessible Skills**

Certain skills cannot be accessed directly, such as "Improved Power Attack" which requires learning "Power Attack"


---

# 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://whitepaper.cryptofights.com/world/fighters/skills.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.
