# Weather Profile

{% embed url="<https://youtu.be/wrfnFjYcAlA>" %}

## Creation

To create a weather profile, find (or create) the *GameName/Resources/GameName/WeatherProfile* folder in the project tab and right click.  Choose *Create > AnyRPG > WeatherProfile*.

![](https://2976860065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx7Nd93HqSNPpv2JhrViE%2Fuploads%2FPL0oRkxL5AbbK0xn5x5o%2Fimage.png?alt=media\&token=da1da71f-6725-4e54-a6c1-dca53bca5471)

## Properties

| Name                    | Description                                                                                                                                                                                                                                                               |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Prefab Profile          | A prefab profile containing a weather prefab to spawn.                                                                                                                                                                                                                    |
| Suppress Ambient Sounds | If true, regular day/night ambient sounds will not be played while this weather effect is active.                                                                                                                                                                         |
| Ambient Sounds Profile  | Ambient sounds to play in the background while this weather is active. These will override any normal ambient sounds for the scene.                                                                                                                                       |
| Ambient Sounds Audio    | Ambient sounds to play in the background while this weather is active. This will override any audio profile chosen as well as any normal ambient sounds for the scene.                                                                                                    |
| Shadow Strength         | This number will be multiplied by the default shadow strength of the sun to give a relative shadow strength while the weather is active.                                                                                                                                  |
| Fog Settings            | <p>Settings that will override the default environmental fog settings for the scene.<br><strong>Use Fog</strong><br>If true, fog will be turned on.<br><strong>Fog Color</strong><br>The color of the fog.<br><strong>Fog Density</strong><br>The density of the fog.</p> |

## Next Steps

* Add a weather profile to a [Scene Node](https://docs.anyrpg.org/scriptable-objects/scene-node) to allow the weather to play in that scene.


---

# 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.anyrpg.org/scriptable-objects/weather-profile.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.
