# FORMULAS DE DK

##

{% columns %}
{% column %}

<figure><img src="/files/LMNcgCAxqd81rjyEYCsx" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

## 💚 Greater Life Skill – Configuración Oficial

El skill **Greater Life** aumenta la vida del personaje según estadísticas como Vitalidad y Energía, con ajustes diferentes por clase para mantener el balance del servidor.

***

### ⚙️ Fórmulas Base

* **GreaterLifeConstA = 20**\
  ➜ Porcentaje base que aumenta la vida con el skill.
* **GreaterLifeConstB = 115**\
  ➜ Cada 115 puntos de Vitalidad aumentan 1% el efecto del skill.
* **GreaterLifeConstC = 50**\
  ➜ Cada 50 puntos de Energía aumentan 1% el efecto del skill.

***

### 🧬 Rate por Clase

* **Dark Wizard (SM): 100%**\
  Recibe el 100% del efecto (ideal para sobrevivir con Mana Shield).
* **Dark Knight (BK): 100%**\
  Recibe el buff completo.
* **Fairy Elf (FE): 100%**\
  Mejora su supervivencia contra golpes fuertes.
* **Magic Gladiator (MG): 65%**\
  Ajustado para evitar exceso de vida en un class de alto daño.
* **Dark Lord (DL): 65%**\
  Balanceado para evitar tanque excesivo con su build.
* **Summoner (SU): 60%**\
  Evita abuso de reflect con HP elevado.
* **Rage Fighter (RF): 35%**\
  Nerfeado para mantener balance general.

***

### ⏱️ Otros Valores

* **GreaterLifeTimeConstA = 60**
* **GreaterLifeTimeConstB = 10**
* **GreaterLifeMaxRate = 80**

***

### 📌 Nota del Sistema

Este sistema está diseñado para mantener un **balance competitivo entre clases**, evitando que builds de alto daño se conviertan en tanques excesivos.
{% endcolumn %}
{% endcolumns %}


---

# 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://mu-core.gitbook.io/guiascore/formulas-skill/readme/formulas-de-dk.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.
