# Power Orbs

Power Orbs are another way to add effects to weapons, tools and distance weapons. Only one orb can be applied on each item but it can be upgraded using the same orb multiple times. And it can be removed using a Orb Removal Scroll (see [scrolls](https://alex-plugins.gitbook.io/nebula/items/nebula-items/scrolls "mention")).&#x20;

### Orbs location

Sets are formated as `.yml` files and must be located in the `./plugins/Nebula/orbs/` folder to be loaded.

### How to get power orbs ?

You can create your own orbs (see [create-your-power-orb](https://alex-plugins.gitbook.io/nebula/power-orbs/create-your-power-orb "mention")) and/or load the premade ones (see [load](https://alex-plugins.gitbook.io/nebula/commands/load "mention")).

After loading or creating orbs, use the nebula reload command (see [reload](https://alex-plugins.gitbook.io/nebula/commands/reload "mention")) for the orbs to be loaded into the game.

### How to add orbs to an item ?

Ways to apply sets to your items are using Powder Sets (see [power-orbs](https://alex-plugins.gitbook.io/nebula/items/nebula-items/power-orbs "mention")).


---

# 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://alex-plugins.gitbook.io/nebula/power-orbs.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.
