> For the complete documentation index, see [llms.txt](https://crypto-bike.gitbook.io/crypto-bike.game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://crypto-bike.gitbook.io/crypto-bike.game/gameplay/weather-effects-and-tires.md).

# WEATHER EFFECTS & TIRES

&#x20;Crypto-Bike tracks with different weather conditions are available: clear days, fog, rain and winter. It is necessary to prepare for each weather condition by changing the type of tires to win the race.

<table data-view="cards"><thead><tr><th>Weather Type</th><th>Effect of weather</th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Clear day</td><td>No effect</td><td></td><td></td><td><a href="/files/MsdhK9O0SdUVQDDqGSgE">/files/MsdhK9O0SdUVQDDqGSgE</a></td></tr><tr><td>"The Foggy Albion" </td><td>Reduces bike charcteristics by <br>1,5%</td><td></td><td></td><td><a href="/files/02wlmA28A16dl57wJSgm">/files/02wlmA28A16dl57wJSgm</a></td></tr><tr><td>Rain/Thunderstorm</td><td>Reduces bike charcteristics by<br>2%</td><td></td><td></td><td><a href="/files/NC57nrxyubIw569Xoe5q">/files/NC57nrxyubIw569Xoe5q</a></td></tr><tr><td>Snow/Snowstorm/Heavy snowfall </td><td>Reduces bike charcteristics by <br>3%</td><td></td><td></td><td><a href="/files/KAXtBFZGDhpS7GOJCP2c">/files/KAXtBFZGDhpS7GOJCP2c</a></td></tr></tbody></table>

* **Using the wrong tire type for the current weather conditions decreases the chances of winning the race and receiving additional bonuses.**&#x20;

<table data-view="cards"><thead><tr><th>TIres Type</th><th>Tire Effect</th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Summer tires</td><td>Reduce the effect of : <br>The Foggy Albion - 1,2%<br>Rain/Thunderstorm - 1%<br>Snow/Snowstorm/Heavy snowfall - 0%</td><td></td><td><a href="/files/aaTxd9BTDTEzJwgTVkkV">/files/aaTxd9BTDTEzJwgTVkkV</a></td></tr><tr><td>All-season Tires</td><td>Reduce the effect of : <br>The Foggy Albion - 1,5%<br>Rain/Thunderstorm - 1,8%<br>Snow/Snowstorm/Heavy snowfall - 1,5%</td><td></td><td><a href="/files/Z3jydOBsPB1FfLVgbrYH">/files/Z3jydOBsPB1FfLVgbrYH</a></td></tr><tr><td>Winter Tires</td><td>Reduce the effect of : <br>The Foggy Albion - 0<br>Rain/Thunderstorm - 2%<br>Snow/Snowstorm/Heavy snowfall - 2,7%</td><td></td><td><a href="/files/8UOCwvCy4DSjGcnX38No">/files/8UOCwvCy4DSjGcnX38No</a></td></tr></tbody></table>

Before each race, the player will be provided with a weather forecast. Properly chosen items and tire types in tandem give a greater chance of winning.


---

# 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:

```
GET https://crypto-bike.gitbook.io/crypto-bike.game/gameplay/weather-effects-and-tires.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.
