# Skills

## The Skills

**Skills** are basically a template with a set of actions that an [**Actor** ](/game-creator-1/rpg/actor.md)can execute. This module is packed with a bunch of options to create your skills easily.

### Passive Skills

This type of skill is activated when the Actor learns it. This is useful for things like learn how to use a weapon or a tool.

### **Active Skills**

Active Skill are the type of skill that let's you execute visual actions, there is 4 different types of delivery:

* **Instant:** useful for Melee skills, AOE (Area of Effect) or even an Explosion :).
* **Projectile:** with this you can create from a magic ball to a rain of fire.
* **Status**: this is useful for **Buff**/**Debuff** like DOT's (Damage Over Time). This can also be used for things like Regeneration for example, add a condition if player HP attribute is below 100% increase the HP every 1 second by HP Regen Attribute value.
* **Aura**: with this type of Skill you can have abilities that can add bonus attributes to friendly Actors.

![(Example of an Instant Skill with an animation combo)](/files/-LGmMXrkxQMChJciL-08)

## The Editor

The **Skill** system comes with a very powerful editor that let's create and easily manage all your skills.

{% hint style="success" %}
You can **tweak** skills at **runtime**! All changes are saved automatically.
{% endhint %}

![](/files/-LGgRYAjoOJNDsvlPAIp)

### Instant Delivery Skill

![](/files/-LGgResVkl2tkX-NOepA)

### Projectile Delivery Skill

![](/files/-LGgRclxaw5z2i1j2fvZ)

![](/files/-LGgRgUwKbdoZ1T3vN0r)


---

# 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://docs.ninjutsugames.com/game-creator-1/rpg/skills.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.
