> For the complete documentation index, see [llms.txt](https://lotus.imperium.ge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lotus.imperium.ge/general-overview/skill-item-changes.md).

# Skill/Item Changes

{% hint style="info" %}
**IMPORTANT**: De-buffs does not overlap.

**Explanation**: *When you get de-buff on yourself for example Anchor, it will make your body rigid in 5 seconds for 5 second. During this time you can not get SAME de-buff again until effect is finished.*
{% endhint %}

{% hint style="info" %}
**IMPORTANT**: De-buff time depends on resist.

**Explanation**: *Higher you resists are less time of de-buff you will get*.
{% endhint %}

* **Revival** - Can be casted on any <mark style="color:red;">HP</mark>.
* **Quick Haste Potion** - Increased cooldown to 2min.
* **Chant of Protection & Counter Critical** - Can work at the same time.
* **Cancellation** - Removes from 1 to 5 buffs.
* **Steal Divinity** - Steals from 1 to 7 buffs.
* **Insane Crusher** - Removed from 1 to 5 buffs.
* **Resist Shock** - Effect reduced by 1/2.
* **Combat Aura** - Does not generate <mark style="color:green;">HATE</mark>.
* **Mana Burn** - Increased <mark style="color:orange;">PvP</mark> power.
* **Checkmate** - Increased base critical rate by 5%.
* **Triple Sonic Slash** - Increased PvP power by 20%.
* **Trance** - Increased reuse delay by 50%.
* **Warp** - Added cast time 0.3s.
* **Mana Potion** - 1200 MP, reuse delay 15 seconds.
* **Destruction Enchant Scrolls** - If enchantment fails, keep current enchant level, works up to +15.


---

# 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://lotus.imperium.ge/general-overview/skill-item-changes.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.
