> For the complete documentation index, see [llms.txt](https://wiki.lucymc.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.lucymc.kr/lucy-network/default/toolupgrade.md).

# 강화

* LUCY NETWORK에서는 아이템을 강화할 수도 있습니다. 강화\
  가능 아이템은 <mark style="color:purple;">**검, 도끼, 겉날개, 투구, 흉갑, 레깅스, 부츠**</mark> 입니다. \
  강화소는 <mark style="color:purple;">`/warp toolupgrade`</mark> 로 갈 수 있습니다.

<figure><img src="/files/vcGCGvkqDadlKnmrlKps" alt=""><figcaption></figcaption></figure>

### 🔨 **파괴 방지권** <a href="#destory" id="destory"></a>

* 가끔 <mark style="color:orange;">**이벤트**</mark>로 파괴 방지권을 드롭하는데, 이는 강화에 사용 가능합니다. 일정 확률로 아이템의 파괴를 방지할 수 있습니다.

  <figure><img src="/files/0aEbBuE6rOns7ASBa3cZ" alt=""><figcaption></figcaption></figure>

### 🔨 **강화 확률표** <a href="#probability" id="probability"></a>

| 강화 레벨      | 강화석 갯수 | 성공 확률 | 실패 확률 | 파괴 확률 |
| ---------- | ------ | ----- | ----- | ----- |
| 0강 → 1강    | 1개     | 100%  | 0%    | 0%    |
| 1강 → 2강    | 1개     | 100%  | 0%    | 0%    |
| 2강 → 3강    | 1개     | 100%  | 0%    | 0%    |
| 3강 → 4강    | 2개     | 80%   | 20%   | 0%    |
| 4강 → 5강    | 2개     | 60%   | 40%   | 10%   |
| 5강 → 6강    | 2개     | 50%   | 50%   | 20%   |
| 6강 → 7강    | 3개     | 40%   | 60%   | 30%   |
| 7강 → 8강    | 4개     | 30%   | 70%   | 40%   |
| 8강 → 9강    | 5개     | 20%   | 80%   | 50%   |
| 9강 → 10강   | 5개     | 15%   | 85%   | 60%   |
| 10강 → 11강  | 7개     | 10%   | 90%   | 70%   |
| 11강 → 11+강 | 10개    | 7%    | 80%   | 80%   |


---

# 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://wiki.lucymc.kr/lucy-network/default/toolupgrade.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.
