# Heroes

In Bomb Pixel, characters used for placing bombs are represented as NFTs (Non-Fungible Tokens). These characters not only play a crucial role in the gameplay but also offer unique abilities and traits, making each one valuable and distinct. Each hero can be upgraded over time.

<figure><img src="/files/bqGB49aRVFmywzDRqHvy" alt=""><figcaption></figcaption></figure>

1. **Hero Attributes**

Understanding these attributes will help you maximize the potential of your hero and succeed in the game:

* Bomb Number: The number of bombs your hero is allowed to place on the map simultaneously.
* Speed: The movement speed of your hero,which determines how quickly they can navigate the map.
* Time placement: Time to place the bom

2. Heroes Rarities:

There are 4 rarities a hero can have: Common, Rare, Epic, and Legendary heroes, each with progressively enhanced stats.

3. Heroes List

<details>

<summary>Description of each hero</summary>

* [x] Shiba: a swift and brave warrior, combining an adorable look with unyielding determination. A master of bomb placement, Shiba brings unwavering spirit to every battle.
* [x] Doge: a brave warrior inspired by the Dogecoin meme coin, featuring Viking armor and a playful, lovable fighting spirit.
* [x] Pepe: a skilled martial artist inspired by the Pepe meme coin, featuring a martial arts outfit and a cheerful smile, bringing humor and positive energy to every match.
* [x] WIF: a lovable and warm character, featuring a cute pink outfit and a cozy beanie. Bringing a friendly and cheerful vibe, WIF embodies gentleness in the midst of intense battles.
* [x] CAT: a cute and bold character inspired by the world of meme coins. Dressed in a spacesuit with sharp eyes, CAT is both adorable and agile.
* [x] APE: a strong and stylish character with striking purple hair and a bold green jacket, exuding confidence and uniqueness.
* [x] Slerf: an adorable character with a relaxed vibe. Wearing a cozy beanie and a simple red shirt, SLERF exudes warmth, friendliness, and a cheerful demeanor.
* [x] Ladies: a charming and elegant character with curly brown hair and a minimalist style. Inspired by meme coins, Ladies brings a graceful yet modern vibe to the dynamic world of the bombing game.

</details>

<table><thead><tr><th width="143">Name</th><th width="212">Image</th><th width="277">Key details</th></tr></thead><tbody><tr><td>Shiba</td><td><img src="/files/yHD9I5XekRvyGVjbi5CS" alt="" data-size="original"></td><td><p>Bomb number: 1</p><p>Speed: 1</p><p>Time placement (s): 3</p></td></tr><tr><td>Doge</td><td><img src="/files/IaDTtgFV7c2a27ky9n1q" alt="" data-size="original"></td><td><p>Bomb number: 1</p><p>Speed: 1</p><p>Time placement (s): 3</p></td></tr><tr><td>Pepe</td><td><img src="/files/kcK3HiiIeEdwRR43ESlA" alt="" data-size="original"></td><td><p>Bomb number: 1</p><p>Speed: 1</p><p>Time placement (s): 3</p></td></tr><tr><td>CAT</td><td><img src="/files/OnpN15aydywtU4gp3LJp" alt="" data-size="original"></td><td><p>Bomb number: 1</p><p>Speed: 1</p><p>Time placement (s): 3</p></td></tr><tr><td>APE</td><td><img src="/files/GzchhjFiv2IN7pj8txh1" alt="" data-size="original"></td><td><p>Bomb number: 1</p><p>Speed: 1</p><p>Time placement (s): 3</p></td></tr><tr><td>WIF</td><td><img src="/files/r8PcLeInS2mH8NrbXuk1" alt="" data-size="original"></td><td><p>Bomb number: 1</p><p>Speed: 1</p><p>Time placement (s): 3</p></td></tr><tr><td>Slerf</td><td><img src="/files/IXYqsWljIgHWtcJjZWJd" alt="" data-size="original"></td><td><p>Bomb number: 1</p><p>Speed: 1</p><p>Time placement (s): 3</p></td></tr><tr><td>Ladys</td><td><img src="/files/aRbgZ7FbMIKcGOjuD6Fd" alt="" data-size="original"></td><td><p>Bomb number: 1</p><p>Speed: 1</p><p>Time placement (s): 3</p></td></tr></tbody></table>

4. Heroes Ownership

Heroes in Bomb Pixel are NFTs owned by players. Players can obtain heroes from the marketplace, hero packs, special events, or early access. Buying heroes from packs provides a randomly generated hero with varying rarity.

Owned heroes can be sold on the marketplace and will be disabled, while the rest can be used by the player.


---

# 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://docs.bombpixel.xyz/game-overview/heroes.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.
