> For the complete documentation index, see [llms.txt](https://guide.rumbleracingstar.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.rumbleracingstar.io/gameplay/game-system/track-items.md).

# Track Items

During a race, you will find piñatas scattered throughout the track. Players can randomly acquire a variety of fun items by crashing into them. They include items to attack other players, items to protect yourself from attacks, and items that can sabotage others' driving.

* In addition to driving skills, the strategic use of track items can make or break the winners of the race.
* You can hold up to 2 track items at any given time. You will not be able to obtain more after you reach this limit.
* The acquired items can be used by pressing the Ctrl key.

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

1. **Hammer**<br>

   <figure><img src="/files/tck7KVHlIMJLYUiWJmTd" alt="" width="192"><figcaption><p>Attacks the driver that is 1 position higher than you with a hammer. If the attack is successful, the driver will be stunned for a brief period.</p></figcaption></figure>
2. **RocketGloves**<br>

   <figure><img src="/files/xU6aRLtwX3ELqsiSml33" alt="" width="192"><figcaption><p>When the item is ready, the gloves lock on an opposing driver automatically and fires. The driver who was hit by the rocket glove receives a bit of damage and rises up in place.</p></figcaption></figure>
3. **BowlingBall**<br>

   <figure><img src="/files/C1f3AdNinaPgawC9aMyJ" alt="" width="192"><figcaption><p>Throws the Giant Bowling Ball that turns everything it collides with into a flat sticker. Drivers hit by the Giant Bowling Ball remain stickers for a brief period.</p></figcaption></figure>
4. **ChickenCoop**<br>

   <figure><img src="/files/BQnsOFO5OVPmRzirliir" alt="" width="192"><figcaption><p>When you use this item while driving, you will set up a coop in the middle of the track that temporarily obstructs a driver's view with chickens and feathers upon impact.</p></figcaption></figure>
5. **FryingPan**<br>

   <figure><img src="/files/rWvfLeeowSES4cUhUEJz" alt="" width="192"><figcaption><p>Summon a Frying Pan to protect your driver against all item attacks for a brief period. Most driver skill attacks cannot be blocked.</p></figcaption></figure>
6. **HPBox**<br>

   <figure><img src="/files/e1bpYStS3VX0HQfsUfqp" alt="" width="192"><figcaption><p>It's a simple but famous item. Recovers 30% of HP immediately.</p></figcaption></figure>
7. **IceCube**<br>

   <figure><img src="/files/esVydYN9MhUXvzC3HbeZ" alt="" width="192"><figcaption><p>Freezes all opposing drivers into blocks of ice and prevents them from moving. A frozen driver can be broken free from the ice if another driver collides into them!</p></figcaption></figure>
8. **Snail**<br>

   <figure><img src="/files/eKHzgz1gqyyIp6YZ2CaG" alt="" width="192"><figcaption><p>Transforms the current 1 place driver into a very slow snail. If there is a collision to a driver that is in snail form, the driver will explode immediately.</p></figcaption></figure>
9. **Route66Coin**<br>

   <figure><img src="/files/tnwwZPPk2yKBAhzBfBxC" alt="" width="192"><figcaption><p>Your maximum speed slightly increases every time you obtain coins. This effect can be stacked up to 10 times. If you explode while holding Route 66 Coins, you will drop all of the coins on the track. Finders keepers!</p></figcaption></figure>
10. &#x20;**Burning Pepper**

<figure><img src="/files/3sMG11QmdlddQjkIZCcr" alt="" width="188"><figcaption><p>Throwing a pepper that invokes boost to the current 1st place.</p></figcaption></figure>

11. **Sloth Rocket**

<figure><img src="/files/uo9FZJBrKX0GT0rCwMLo" alt="" width="128"><figcaption><p>Transforms into a powerful sloth rocket and runs automatically on the track.</p></figcaption></figure>

12. &#x20;**Lightning Cloud**

<figure><img src="/files/Hzg4btq96aXsCDU3ahzB" alt="" width="188"><figcaption><p>Throw a lightning cloud that makes the current 1st place physical strength 1 and slows it down.</p></figcaption></figure>

13. &#x20;**Snail Flapper**

<figure><img src="/files/931Qh3aWDpCQUpKWAvEO" alt="" width="188"><figcaption><p>Summon the snail flapper blocking the snail item.</p></figcaption></figure>


---

# 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://guide.rumbleracingstar.io/gameplay/game-system/track-items.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.
