> For the complete documentation index, see [llms.txt](https://wiki.lilacmc.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.lilacmc.net/features/lilac-artifacts/fireforged-set.md).

# Fireforged Set

1. Fireforged Axe

* Efficiency 7 (9 after upgrade)
* Fortune 3 (5 after upgrade)
* Fire Aspect 2 (4 after upgrade)
* Unbreaking 5

2. Fireforged Boots

* Protection 7 (9 after upgrade)
* Blast Protection 6 (8 after upgrade)
* Depth Strider 3 (4 after upgrade)
* Feather Falling 3 (6 after upgrade)
* Unbreaking 5

3. Fireforged Greatbow (bow; deals 25% more damage to ignited enemies; will self-repair while wearing the Fireforged armor set if you’re on fire; takes triple the amount of durability damage)

* Power 8 (10 after upgrade)
* Punch 3 (4 after upgrade)
* Flame 2 (4 after upgrade)
* Unbreaking 5

4. Fireforged Repeater (crossbow; deals 25% more damage to ignited enemies; will self-repair while wearing the Fireforged armor set if you’re on fire; takes triple the amount of durability damage)

* Power 8 (10 after upgrade)
* Piercing 7 (9 after upgrade)
* Flame 2 (4 after upgrade)
* Quick Charge 3 (5 after upgrade)
* Unbreaking 5

5. Fireforged Wings (elytra)

* Protection 7 (9 after upgrade)
* Blast Protection 6 (8 after upgrade)
* Unbreaking 5

6. Fireforged Tomahawk (axe; deals 25% more damage to ignited enemies; will self-repair while wearing the Fireforged armor set if you’re on fire; takes triple the amount of durability damage)

* Sharpness 8 (10 after upgrade)
* Fire Aspect 2 (4 after upgrade)
* Unbreaking 5)

7. Fireforged Helmet

* Protection 7 (9 after upgrade)
* Blast Protection 6 (8 after upgrade)
* Aqua Affinity
* Respiration 3 (5 after upgrade)
* Unbreaking 5

8. Fireforged Hoe (will self-repair while wearing the Fireforged armor set if you’re on fire; takes triple the amount of durability damage)

* Efficiency 7 (9 after upgrade)
* Fortune 3 (5 after upgrade)
* Fire Aspect 2 (4 after upgrade)
* Unbreaking 5

9. Fireforged Leggings

* Protection 7 (9 after upgrade)
* Blast Protection 6 (8 after upgrade)
* Swift Sneak 3 (4 after upgrade)
* Unbreaking 5

10. Fireforged Pickaxe (will self-repair while wearing the Fireforged armor set if you’re on fire; takes triple the amount of durability damage)

* Efficiency 7 (9 after upgrade)
* Fortune 3 (5 after upgrade)
* Fire Aspect 2 (4 after upgrade)
* Unbreaking 5

11. Fireforged Shovel (will self-repair while wearing the Fireforged armor set if you’re on fire; takes triple the amount of durability damage)

* Efficiency 7 (9 after upgrade)
* Fortune 3 (5 after upgrade)
* Fire Aspect 2 (4 after upgrade)
* Unbreaking 5

12. Fireforged Greatsword (deals 25% more damage to ignited enemies; will self-repair while wearing the Fireforged armor set if you’re on fire; takes triple the amount of durability damage)

* Sharpness 8 (10 after upgrade)
* Sweeping Edge 3 (5 after upgrade)
* Fire Aspect 2 (4 after upgrade)
* Unbreaking 5

13. Fireforged Dragon Core (magic item)

* Damage: 18 (23 after upgrade)
* Rate of Fire: 1.2s
* Lapis per Shot: 1
* Regular Fire: Deals 25% extra damage to ignited enemies (right click)
* Alternate Fire: Ignition Point; If on fire, cause a large explosion around you, dealing heavy magic damage. Else, ignite yourself (left click)


---

# 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://wiki.lilacmc.net/features/lilac-artifacts/fireforged-set.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.
