> For the complete documentation index, see [llms.txt](https://wiki.realisticseasons.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.realisticseasons.com/seasons/sub-seasons.md).

# Sub-Seasons

<figure><img src="https://i.giphy.com/media/F57eDa7Jre78TfnQ17/giphy.webp" alt=""><figcaption></figcaption></figure>

The season colours do not instantly transition, they change in 4 steps. Each step is called a "sub-season". They are active around season change and make sure everything changes smoothly.&#x20;

Each sub-season has its own colour and effects.

| Phase               | Start               | End                 | Biome color mix              |
| ------------------- | ------------------- | ------------------- | ---------------------------- |
| Sub-season 1        | Season start        | 9% of total season  | 45% last season, 55% current |
| Sub-season 2        | 9% of total season  | 18% of total season | 25% last season, 75% current |
| Full season effects | 18% of total season | 84% of total season | Full season colors           |
| Sub-season 3        | 84% of total season | 92% of total season | 75% current season, 25% next |
| Sub-season 4        | 92% of total season | Season end          | 55% current season, 45% next |


---

# 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://wiki.realisticseasons.com/seasons/sub-seasons.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.
