> For the complete documentation index, see [llms.txt](https://docs.1move.io/ja/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.1move.io/ja/gmu/tifakutotosoketto.md).

# アーティファクトとソケット&#x20;

## **アーティファクト**

ユーザーは、スニーカーが一定のレベルに達するとアーティファクトソケットをアンロックすることができ、アンロックしたソケットに対応するアーティファクトを挿入することでスニーカーの属性を強化できます（例: 効率性ソケットに挿入できるのは効率性アーティファクトのみです）。アーティファクトは宝箱から受け取るか、マーケットで購入することができます。アーティファクトは4種類あり、色によって属性が異なります。

![Artifacts](/files/28lGb18uOWtcZAdZVK3f)

## **アーティファクトの種類**

1\.   グリーン: 効率性

2\.   グレー: 運

3\.   ブルー: 堅さ

4\.   レッド: 耐久力

宝箱から受け取れるアーティファクトはランダムで、それぞれのアーティファクトには異なるレベル（星1～星6）が設定されています。初期段階では、宝箱から受け取れるアーティファクトは星1つまたは2つのもののみです。1MT/1RTを消費することで、星レベルやステージを上げることができます。星やステージが高いほど、特定の属性を強化することができます。

{% hint style="info" %}
また、星レベル4以降のアーティファクトのアップグレードには、**1RT**が必要となります。

**注意: 低レベルのアーティファクトの星のアップグレードは、失敗する可能性があります。**
{% endhint %}

<table><thead><tr><th align="center">アーティファクトの星レベル</th><th align="center">ステージ数</th><th width="233" align="center">属性</th><th align="center">アウェークニング効果</th><th align="center">費用</th></tr></thead><tbody><tr><td align="center">1</td><td align="center">S0 - S15</td><td align="center">アプリで確認</td><td align="center">ベース属性に+%</td><td align="center">1MT</td></tr><tr><td align="center">2</td><td align="center">S0 - S20</td><td align="center">アプリで確認</td><td align="center">ベース属性に+%</td><td align="center">1MT</td></tr><tr><td align="center">3</td><td align="center">S0 - S25</td><td align="center">アプリで確認</td><td align="center">ベース属性に+%</td><td align="center">1MT</td></tr><tr><td align="center">4</td><td align="center">S0 - S30</td><td align="center">アプリで確認</td><td align="center">ベース属性に+%</td><td align="center">1MT + 1RT</td></tr><tr><td align="center">5</td><td align="center">S0 - S35</td><td align="center">アプリで確認</td><td align="center">ベース属性に+%</td><td align="center">1MT + 1RT</td></tr><tr><td align="center">6</td><td align="center">S0 - S40</td><td align="center">アプリで確認</td><td align="center">ベース属性に+%</td><td align="center">1MT + 1RT</td></tr></tbody></table>

## ソケットの種類と品質

![](/files/vgRiXwY5xrfqSEuKNgyE)

スニーカーには4種類のソケットがあり、アーティファクトの種類に応じた色で識別されます。ユーザーは、ソケットにアーティファクトを挿入することで、スニーカーの属性を向上させることができます。スニーカーがレベル5、10、15、20になると、それぞれ1つのソケットがアンロックされます。ソケットの品質が高いほど、挿入したアーティファクトの属性はより強化されます。

ソケットの種類はアンロックしなくても確認できますが、スニーカーの品質によって決定されるソケットの品質を確認することはできません。

|      スニーカー/品質     | Basic  ソケット% | Standard  ソケット% | Athletics  ソケット% | Pro  ソケット% | Champion ソケット% | 解除費用 |          スペシャル エフェクト         |
| :---------------: | :----------: | :-------------: | :--------------: | :--------: | :------------: | :--: | :--------------------------: |
|    Basic（ベーシック）   |      90      |        10       |        NA        |     NA     |       NA       |  TBD |              NA              |
|  Standard（スタンダード） |      30      |        60       |        10        |     NA     |       NA       |  TBD | <p>+10%</p><p>アーティファクト属性</p> |
| Athletics（アスレチック） |      10      |        30       |        50        |     10     |       NA       |  TBD | <p>+20%</p><p>アーティファクト属性</p> |
|      Pro（プロ）      |      10      |        10       |        30        |     40     |       10       |  TBD | <p>+30%</p><p>アーティファクト属性</p> |
| Champion （チャンピョン） |      NA      |        10       |        20        |     30     |       40       |  TBD | <p>+50%</p><p>アーティファクト属性</p> |


---

# 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://docs.1move.io/ja/gmu/tifakutotosoketto.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.
