> For the complete documentation index, see [llms.txt](https://www.hoyoung.directory/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.hoyoung.directory/basics/weapon-secondary-and-emblem/genesis-weapon-flames.md).

# Genesis Weapon Flames

### Understanding Attack Tiers

* When comparing T7 ATT and T6 ATT flames, **T7 ATT should not be used directly.**
* Instead, **T7 ATT should be translated to T6 ATT plus 12% Boss Damage.**
  * Example: If a flame has **T7 ATT (196)**, treat it as **T6 ATT (153) + 12% Boss Damage.**
  * This ensures fair comparisons between ATT and % bonuses.

### Comparing Stat Values

* All percentage-based stats are treated equally:
  * **1% All Stat = 1% Boss Damage = 1% Damage**
* LUK contributes to All Stat calculations:
  * **Every 10 LUK = 1% All Stat**

### How to Compare Flames

1. **Convert T7 ATT into T6 ATT + 12% Boss Damage.**
2. **Sum up all % bonuses** (All Stat, Boss Damage, Damage).
3. **Use LUK’s conversion rule** to factor it into the total.
4. **Compare total effective multipliers** to determine which flame is better.


---

# 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://www.hoyoung.directory/basics/weapon-secondary-and-emblem/genesis-weapon-flames.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.
