# Revenge Previous Attacks

When the player's farm is attacked and looted, the attacked farm will be able to avenge that attack in the revenge window in the game. This means the player can see the farm that attacked him and attack it back to try and retrieve the looted coins.&#x20;

The revenge function will carry the same cost as the [attack function](/chapter-5-the-farm-wars-game-mechanics/attacking-other-farms.md), and the player must deposit those coins to go on to revenge. If the revenge is successful, the player will claim the same rewards as a regular attack which is 15% of the available FW coins and the [mutant liquid](/chapter-3-game-resources/mutant-liquid.md) in the attacked farm.

The revenge function will be available for a certain period after the attack. If a player does not go on revenge, it will eventually disappear, and only more recent attacks will appear on the revenge window.

Revenge is very important for the player's overall scoring. Winning a revenge will give a player more XP points than a regular attack. Let's not forget revenging a player who looted your farm is a very satisfying feeling :smile:


---

# 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.thefarmwars.com/chapter-5-the-farm-wars-game-mechanics/revenge-previous-attacks.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.
