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

# Morale

<figure><img src="/files/LCvj0XhxfT8qTdlAfqVs" alt=""><figcaption></figcaption></figure>

**Gameplay Explanation**

Morale represents the current state of the city, and it affects resource production, combat attributes, and more.&#x20;

Try to keep morale high as much as possible.

**Changes in Morale Values**:

The default morale value is 100, with a maximum of 120 and a minimum of 80.&#x20;

Winning against other players in attacking or defending battles increases morale by **2** points, while losing decreases morale by **2** points.&#x20;

Players can directly obtain morale by using strategy points.

If the attacker's total attack and defense value is more than twice that of the defender's, the attacker will not gain morale for victory.

If the defender's total attack and defense value is more than twice that of the attacker's, the defender will not gain morale for victory.

**Impact Coefficient:**

***Morale impact coefficient = Current morale / 100 - 1***&#x20;

For example, if the current morale is 120, it will provide a 20% additional bonus to various attribute bonuses.

**Buying Morale**

Players can buy morale by spending gold coins or silver coins.


---

# 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://docs.leagueofthrones.com/game-play/morale.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.
