> For the complete documentation index, see [llms.txt](https://centoria.gitbook.io/centoria-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://centoria.gitbook.io/centoria-wiki/guides/features/new-ddi-system.md).

# New DDI System

Sehubungan dengan diupdatenya **Arcane Stone** dan **Spring Tuning**, maka perhitungan DDI juga harus diupdate. \
Untuk DDI <mark style="color:yellow;">**0 - 85%**</mark> sama saja seperti yang lama dan untuk diatas 85% setiap 1% hanya bertambah 0.1%.&#x20;

Sebagai contoh: \
DDI 90% = 85.5% (Karaktermu mengurangi 85.5% Damage yang masuk) \
DDI 95% = 86% (Karaktermu mengurangi 86% Damage yang masuk)\
DDI 100% = 86.5% (Karaktermu mengurangi 86.5% Damage yang masuk)\
DDI 125% = 91.5% (Karaktermu mengurangi 91.5% Damage yang masuk)\
DDI 150% = 94.2% (Karaktermu mengurangi 89.2% Damage yang masuk)\
DDI 195% = 96% (Karaktermu mengurangi 96% Damage yang masuk) \
DDI 215% = 98% (Karaktermu mengurangi 98% Damage yang masuk)

Batas maksimal DDI adalah <mark style="color:yellow;">**215%**</mark>. Selebih itu hanya dihitung 215% saja.


---

# 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://centoria.gitbook.io/centoria-wiki/guides/features/new-ddi-system.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.
