> For the complete documentation index, see [llms.txt](https://imbalance.gitbook.io/imbalance-whitepaper-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://imbalance.gitbook.io/imbalance-whitepaper-en/game-systems/atman-fusion-system.md).

# Atman Fusion System

Atman Fusion is one way to produce new Atman.

<figure><img src="/files/55dJ4mLdn0lxOYeBW0hH" alt=""><figcaption></figcaption></figure>

### Fusion Conditions

Each Atman has 3 fusion attempts, and each fusion consumes 1 fusion attempt for the two Atman involved. Once all 3 attempts are used, the Atman cannot undergo further fusion but can still be used in the game.

The two Atman involved in fusion must have the same rarity to proceed with the fusion, while their classes, factions, etc., can be different. Atman of different rarities will consume a different amount of tokens during fusion.

The specific fusion costs are as follows (TBD):

<table><thead><tr><th width="379">Parent Quality</th><th>Token Consumption</th></tr></thead><tbody><tr><td>N</td><td>0.005</td></tr><tr><td>R</td><td>0.008</td></tr><tr><td>SR</td><td>0.01</td></tr><tr><td>SSR</td><td>0.02</td></tr><tr><td>SP</td><td>0.03</td></tr></tbody></table>

### Fusion Result

After the fusion is completed, the fusion attempts for the participating Atman are reduced by one each, and the player obtains a completely new Atman.

The rarity of the new Atman is related to the rarities of the two participating Atman in the fusion. Assuming the rarity of the Atman in the fusion is SR, the possible qualities of the new Atman are threefold: R, SR, SSR. The quality of the new Atman will fluctuate by one tier based on the rarity of the Atman in the fusion.

However, when the rarity of the Atman in the fusion is N (lowest) or SP (highest), the possible rarities for the new Atman are only two: maintaining the same or increasing by one tier for N, and maintaining the same or decreasing by one tier for SP.

If the participating Atman in the fusion have different classes or factions, the class and faction of the new Atman will be evenly and randomly selected from the two.

The qualifications and talent skills of the new Atman will be initialized based on its rarity, class, faction, and star rating (1 star).


---

# 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:

```
GET https://imbalance.gitbook.io/imbalance-whitepaper-en/game-systems/atman-fusion-system.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.
