# Effects

Players get punished for having a dangerous temperature. They can also optionally be rewarded for having a good temperature. All these effects can like always be changed in the [configuration](/configuration/temperature.md).

### Effects

| Temperature               | Effect                                                                                                      |
| ------------------------- | ----------------------------------------------------------------------------------------------------------- |
| below -20°C               | Freezing and half a heart damage every 2 seconds (see screenshots).                                         |
| below -15°C               | slowness                                                                                                    |
| below -10°C               | hunger                                                                                                      |
| Air temperature below 0°C | [Breath](/seasons/particles.md#cold-breath) becomes visible                                                 |
| between 15°C-30°C         | Disabled by default, any potion effect you want. Could be something like `resistance` to reward the player. |
| Above 40°C                | Player starts to [sweat](/seasons/particles.md#sweating)                                                    |
| Above 50°C                | No healing                                                                                                  |
| Above 60°C                | Slowness                                                                                                    |
| Above 65°C                | Burning (see screenshots)                                                                                   |

### Warnings

The plugin will warn players if they reach dangerous temperatures through the action bar and chat. This can be [configured](/configuration/temperature.md). See screenshots below.

### Screenshots

![Freezing effect. The screen effect won't be displayed in 1.16.](/files/gQ1Y4b0rfqjDrWIJ5bfz)

![Burning effect](/files/ai2ASJFHbUtfghwfnXzO)

![Cold breath](/files/tUb0pzn3bDZZVyxHPZPQ)

![Sweating](/files/V3DOTFADPKFB2eexAVJh)


---

# 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.realisticseasons.com/temperature/effects.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.
