> For the complete documentation index, see [llms.txt](https://cryptospells.gitbook.io/cryptospells/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryptospells.gitbook.io/cryptospells/game/card/replica.md).

# レプリカカード

![](/files/-M2DYc2b1COkkXoOOJex)

レプリカカードは様々な制約があるものの、バトルの際に本物のカード同様の能力で使用できるカードです。

![](/files/-M60K0b32FPg2wybI0-b)

### 本物とレプリカの共通点

現在ユーザーが利用できるレプリカはレアリティがシルバーとゴールドのカードのレプリカのみです。

本物のカードとレプリカの共通点は、デッキに組み込むことができて、バトルで使用できる点です。\
バトルで使用するカード能力も本物とレプリカとの間で差はありません。

ギルドに奉納することができる点も本物とレプリカで共通しています。

### 本物とレプリカの相違点

レプリカカードは入手から30日間経過すると消滅してしまいます。本物はトレード等で手放さない限り永久にプレイヤーのものです。

本物のカードはマーケットでトレードすることが可能ですが、レプリカカードはカード送信のみ可能となっています。\
またレプリカカードは一部大会で使用が不可能となっております。

本物のカードはアセットバリューを持ち、ギルド奉納時の奉納ポイントもアセットバリューに依存してポイントが増加します。\
カードをデッキに組み込んでバトルをすることで経験値がたまってカードのレベルが上昇し、レベルに応じてアセットバリューが上昇します。

一方で、レプリカカードはアセットバリューを持たず、奉納の際の奉納ポイントは一律で100ポイントです。

[クリスペに戻る](https://cryptospells.jp/)


---

# 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://cryptospells.gitbook.io/cryptospells/game/card/replica.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.
