> For the complete documentation index, see [llms.txt](https://playdarkro.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://playdarkro.gitbook.io/wiki/modifications/modified-skills.md).

# Modified Skills

## Skill Cooldown Adjustments

Our server operates on a **Bragi/Kiel-based system**, which means players must equip **Reduce After-Cast Delay** items, use specific **enchants**, or benefit from the **Bragi effect** to achieve faster skill spamming.

Additionally, the **Kiel Card** has been modified, as all **Reduce After-Cast Delay effects** have been transferred to **costume enchants** instead.

{% hint style="warning" %}
**NOTE**: "-" Means default value or N/A
{% endhint %}

### 🛡️ Lord Knight

| Skill           | Hard Cooldown | AfterCastActDelay | Notes |
| --------------- | ------------- | ----------------- | ----- |
| Bowling Bash    | 150ms         | –                 | –     |
| Spiral Pierce   | 150ms         | –                 | –     |
| Spear Boomerang | 50ms          | –                 | –     |

***

### 🔥 High Wizard & Professor

| Skill              | Hard Cooldown | AfterCastActDelay | Notes |
| ------------------ | ------------- | ----------------- | ----- |
| Cold Bolt          | 150ms         | –                 | –     |
| Fire Bolt          | 150ms         | –                 | –     |
| Lightning Bolt     | 150ms         | –                 | –     |
| Jupitel Thunder    | 100ms         | –                 | –     |
| Meteor Storm       | 150ms         | –                 | –     |
| Storm Gust         | 150ms         | –                 | –     |
| Lord of Vermillion | 150ms         | –                 | –     |
| Thunderstorm       | 150ms         | –                 | –     |
| Heaven’s Drive     | 150ms         | –                 | –     |
| Earth Spike        | 150ms         | –                 | –     |
| Napalm Beat        | 100ms         | –                 | –     |
| Ganbantein         | 125ms         | –                 | –     |
| Land Protector     | 150ms         | –                 | –     |
| Dispel             | 150ms         | –                 | –     |

***

### 🦅 Sniper

| Skill         | Hard Cooldown | AfterCastActDelay | Notes |
| ------------- | ------------- | ----------------- | ----- |
| Sharpshooting | 100ms         | –                 | –     |
| Double Strafe | 25ms          | –                 | –     |

***

### 🌀 Ninja

| Skill                 | Hard Cooldown | AfterCastActDelay | Notes |
| --------------------- | ------------- | ----------------- | ----- |
| Exploding Dragon      | 175ms         | 2000ms (Original) | –     |
| Freezing Spear of Ice | 150ms         | –                 | –     |
| First Wind            | 150ms         | –                 | –     |
| Lightning Jolt        | 150ms         | –                 | –     |

***

### ⚗️ Creator

| Skill               | Hard Cooldown | AfterCastActDelay | Notes |
| ------------------- | ------------- | ----------------- | ----- |
| Acid Demonstration  | 150ms         | 500ms (Modified)  | –     |
| Slim Potion Pitcher | 150ms         | –                 | –     |
| Potion Pitcher      | 100ms         | –                 | –     |

***

### ✝ Paladin

| Skill    | Hard Cooldown | AfterCastActDelay | Notes |
| -------- | ------------- | ----------------- | ----- |
| Pressure | 150ms         | –                 | –     |

***

### 🗡️ Assassin Cross

| Skill          | Hard Cooldown | AfterCastActDelay | Notes |
| -------------- | ------------- | ----------------- | ----- |
| Grimtooth      | 150ms         | –                 | –     |
| Soul Destroyer | 100ms         | –                 | –     |

***

### 🔫 Gunslinger

| Skill        | Hard Cooldown | AfterCastActDelay | Notes |
| ------------ | ------------- | ----------------- | ----- |
| Rapid Shower | 150ms         | 500ms (Modified)  | –     |
| Full Buster  | 125ms         | –                 | –     |
| Desperado    | –             | –                 | –     |

***

### 🎵 Clown & Gypsy

| Skill              | Hard Cooldown | AfterCastActDelay | Notes |
| ------------------ | ------------- | ----------------- | ----- |
| Tarot Card of Fate | 125ms         | –                 | –     |


---

# 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://playdarkro.gitbook.io/wiki/modifications/modified-skills.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.
