# Weather

\
The dynamic weather system in Memes vs Undead introduces random global changes to the game conditions periodically.

These diverse climates bring both advantages and challenges for players, requiring them to adapt their strategies accordingly.

There are four distinctive weather types:

1. **Stormy Weather:** Activating stormy weather doubles the chupacabra generation rate. While this provides an advantage for Land Keepers, allowing them to accumulate more points, it poses a challenge for those with free land, necessitating heightened care.
2. **Summer Weather:** Summer weather boosts the generation of all Memes and in-game items by 10%, creating a more fertile environment for players to thrive.
3. **Volcanic Weather:** The volcanic weather unleashes destructive forces, burning everything in its path. Players face a 10% chance of obtaining nothing during harvesting as items succumb to the fiery onslaught, **this affect to items in-game (Cows and Alpacas).** If it's a meme, In exchange it is possible to get a magic box when this happens.&#x20;
4. **Snowy Weather:** In the snowy weather, with temperatures dropping below freezing, in-game items may require double the usual amount of food when placed, adding an extra layer of complexity to resource management.

These climates can last from 7 days.


---

# 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.memesvsundead.com/how-to-play/weather.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.
