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

# Anito Survivors

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

Anito Survivors was introduced with patch v1.1.5 in September 15 2023. This mode has since been updated with v1.1.5a and v1.1.6 to address some gameplay bugs.

The introduction of Anito Survivors is the start of our vision to become more than just an autobattler. Anito Survivors is a new game mode that is accessible as early as level one for all players. Unlike the regular modes, 'Survivors' only needs one Anito NFT to play. Players control a single Anito and must voyage across the in-between world of Lupa and the underworld while dodging enemies and powering up to acquire new skills and abilities.&#x20;

Similar to other game modes, Anito Survivors require in-game tickets that are replenished regularly.

For Anito Survivors v1.1.6 we would like to clarify how Anito abilities translate to this new game experience.

* Tikbalang – Resolute: auto revive after death with 1 HP
* Sarangay – Knockback: pushes mobs away from character when attacking
* Siyokoy – Crit Chance: higher base damage vs mobs
* Kiwig – Weight Loss: increased speed from the start of the round
* Tiyanak – Magnet: pulls XP stones towards the character
* Duende – Luck: enemies drop more XP stones, chests. and healing potions compared to other classes
* Alan – Blink: short distance teleportation within the map


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.anitolegends.com/gameplay/gameplay/anito-survivors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
