# Instant Events

While users are roaming on the sea, random events may occur. These events can result in good things like finding a treasure as well as bad things like storms. There are sections and sub-sections in the game. Instant events will mostly affect the related sub-section. Sub-sections are in different size for each instant event. Users are not able to see the sub-sections borders but each instant event has it's own effect. Instant events are listed below;

| Event      | Good/s                       | Price Affect |
| ---------- | ---------------------------- | ------------ |
| Storms     | agriculture, spice and olive | Increase     |
| Pirates    | gold                         | Increase     |
| Earthquake | wood and iron                | Increase     |
| Treasure   | gem                          | Decrease     |

* Negative affect means, affected cities will use/consume the goods. Therefore, the prices will go up instantly in affected cities.
* Positive affect means, the amount will be added to cities storage. Therefore, the prices will go down instantly in affected cities.

![](/files/8xmYktmVkTftTl0dcA0o)

###


---

# 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.whaleislands.com/game-mechanics/instant-events.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.
