# Season System

## Temperature Modifiers

Your internal temperature is not static; it is constantly modified by several environmental factors:

* Armor: Heavy plate might keep you warm in winter but cause overheating in summer.
* Biome & Height: Climbing a mountain or entering a desert drastically shifts the needle.
* Light & Blocks: Standing near lava or glowstone provides warmth.
* Activity: Sprinting generates body heat, while swimming in water cools you down.
* Time & Weather: Night time and rain bring significant temperature drops.

#### Hazards

* Freezing: If your temperature drops too low, you will suffer from the freezing effect and eventually dealing ticking damage.
* Burning: Overheating leads to exhaustion and fire damage if not managed by seeking shade or water.

***

## The Season Events

#### ☀️ Summer

Summer is a season of abundance and harsh sun.

* Weather: No rain occurs during this season.
* Flora: Berry bushes spawn everywhere, and crops benefit from accelerated growth rates.
* Mob Shifts: Standard Zombies are replaced by Husks.
* Fauna: Jungle animals (Parrots, Ocelots, and Pandas) see a 30% spawn rate increase.
* Cleanup: To maintain the summer vibe, any flowers spawned during Spring are automatically removed when chunks load.

#### 🍂 Autumn

As the leaves turn, the world becomes a bit more mysterious and fungal.

* The Great Pumpkin: Mobs have a 20% chance to spawn wearing a Carved Pumpkin.
* Flora: Mushroom patches emerge across the landscape, but Sweet Berry Bushes from previous seasons are removed.
* Fauna: Mooshrooms, Frogs, and Foxes see a 30% spawn rate increase.

#### ❄️ Winter

Winter is the most challenging season for survivalists, demanding preparation and indoor farming.

* Agricultural Stasis: Crops and plants will not grow if they have a direct line of sight to the sky. You must build greenhouses (solid blocks above crops) to farm.
* Mob Shifts: Standard Skeletons are replaced by Strays.
* Fauna: Wolves, Foxes, and Polar Bears see a massive 50% spawn rate increase.
* Atmospherics: Each night has a 20% chance to display an Aurora Borealis, created by `FIREWORK_SPARK` particles shimmering high above the player.

#### 🌱 Spring

A time of recovery and population growth for the world’s livestock.

* Flora: A massive variety of flowers are added to newly generated chunks, brightening the landscape.
* Fauna: The "farm" animals—Sheep, Cows, Pigs, Rabbits, and Chickens—receive a 30% spawn rate increase, making it the ideal time for breeding.

***

> Tip: You can go to Astraea to get the information about the current season, every 60 mins the seasons change so look out!


---

# 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://wiki.nytolia.net/system/season-system.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.
