# Ejderha Yetenek Sistemi

Ejderhaya çeşitli yetenekler ekleyebilirsiniz. Bu yeteneklerle, oyunculara daha zorlu ve eğlenceli bir etkinlik sunabilirsiniz.

Bu yeteneklerin hangi sürelerde ve ne kadar güçte olacağını belirleyebilirsiniz.

<mark style="color:orange;">**dragon-skills ayarının altındaki mode ayarının true olması gerekmektedir.**</mark>

Gelin yeteneklere bakalım.

| Skill Adı                      | Skill Açıklaması                                                                                | Skill Örnek Kullanımı                                          | Örnek Kullanımın Açıklaması                                        |
| ------------------------------ | ----------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ------------------------------------------------------------------ |
| FIREBALL                       | Rastgele seçilen bir oyuncuya ateş topu fırlatır.                                               | <p>Örnek kullanım:                                             |                                                                    |
| <br>FIREBALL:20:1.0</p>        | Örnek kullanımda 20 saniyede bir, 1.0 gücünde ateş topu fırlatır.                               |                                                                |                                                                    |
| DRAGON                         | Rastgele seçilen bir oyuncuya ejderha topu fırlatır.                                            | <p>Örnek kullanım:                                             |                                                                    |
| <br>DRAGON:20:1.0</p>          | <p>DRAGON:20:1.0</p><p>Örnek kullanımda 20 saniyede bir, 1.0 gücünde ejderha topu fırlatır.</p> |                                                                |                                                                    |
| DAMAGE                         | Rastgele seçilen bir oyuncuya hasar verir.                                                      | <p>oyuncuya hasar verir.</p><p>Örnek kullanım: ARROW:5:1.0</p> | Örnek kullanımda 5 saniyede bir, 1.0 gücünde oyuncuya hasar verir. |
| PUSH\_BACKWARDS                | Rastgele seçilen bir oyuncuyu geriye ve yukarı fırlatır.                                        | <p>Örnek kullanım:                                             |                                                                    |
| <br>PUSH\_BACKWARDS:20:1.0</p> | Örnek kullanımda 20 saniyede bir, 1.0 gücünde oyuncuyu havaya uçurur.                           |                                                                |                                                                    |
| EXPLOSION                      | Rastgele seçilen bir oyuncunun etrafında patlama oluşturur.                                     | <p>Örnek kullanım:                                             |                                                                    |
| <br>EXPLOSION:60:1.0</p>       | Örnek kullanımda 60 saniyede bir, 1.0 gücünde patlama oluşturur.                                |                                                                |                                                                    |
| ARROW                          | Rastgele seçilen bir oyuncuya alevli ok fırlatır.                                               | <p>Örnek kullanım:                                             |                                                                    |
| <br>ARROW:5:1.0</p>            | Örnek kullanımda 5 saniyede bir, 1.0 gücünde ok fırlatır.                                       |                                                                |                                                                    |

```yaml
  skills:
    - 'FIREBALL:20:1.0'
    - 'ARROW:5:1.0'
    - 'DRAGON:60:1.0'
    - 'DAMAGE:20:1.0'
    - 'PUSH_BACKWARDS:20:1.0'
    - 'EXPLOSION:60:1.0'
```


---

# 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://tanitim.nourseproject.com/ndragonwar/eklenti-hakkinda/ejderha-yetenek-sistemi.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.
