# アイテムアップグレード

あなたのサイバー・ヤクザの強さは、彼らの属性だけでなく、彼らのアイテムの力によっても　　　　決定されます。

## 仕組み

レベルが高いアイテムは戦闘でより効果的です。プレイヤーは、成功のチャンスを持って3つの同一の　アイテムを組み合わせることによって、アイテムレベルをアップグレードすることができます。

<figure><img src="/files/9P7QLJQ3Fluwg5eH0F6e" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**アイテム組み合わせの例**

プレイヤーが3つの同一のアイテムを持っている場合、それらをアップグレードすることができます。プレイヤーは、+1、+2、または+3レベルのいずれかのアップグレードレベルを試すことを選択できます。各アップグレードレベルの成功確率は以下の通りです：

* +1レベルアップグレード：成功率90%
* +2レベルアップグレード：成功率40%
* ++3レベルアップグレード：成功率25%

アップグレードに成功した場合、プレイヤーは3つの低レベルアイテムと引き換えに1つの高レベルアイテムを受け取ります。しかし、アップグレードに失敗した場合、3つのアイテムのうち1つだけが保持され、残りの2つは燃焼されます。
{% endhint %}


---

# 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://whitepaper.oyabun.io/japanese/activity/aitemuappugurdo.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.
