> For the complete documentation index, see [llms.txt](https://wiki.ragnaroklibre.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.ragnaroklibre.com/characters/cards.md).

# Cards

1. **What are Cards?**

   * Cards are items that can be obtained from Card Boxes or the [Labyrinth Island](/game-system/labyrinth-island.md).
   * They can be slotted into Gear to grant specific effects.
     * Some Cards can only be equipped to specific types of Gear, while others are universal.
     * [Gear](/characters/gear.md) must be enhanced to slot Cards.
     * Depending on the enhancement level, up to 4 Cards can be equipped.
   * Cards can be upgraded to a maximum of 5 Stars.

2. **Types of Cards**
   * There are 2 Types of Cards - Normal Cards & Shadow Cards
   * **Normal Cards**
     * Obtained from standard Card Boxes or the Labyrinth Island.
     * Can be equipped to normal Gear.
   * **Shadow Cards**
     * Obtained from Dark Card Albums or the Labyrinth Island.
     * Can be equipped to Shadow Gear.
     * Some Shadow Cards can awaken specific Skills.
       * Refer to the link for more detailed information.

3. #### **Card Upgrade**
   * Cards can be upgraded using Card Upgrade Tickets and [Zeny](/economic-system/currencies/zeny.md).
     * Card Upgrade Tickets are consumable items used to upgrade Cards.
     * They come in 12 varieties, ranging from level 10 to 120 in increments of 10.
     * A Ticket can only be used to upgrade Cards at or below its indicated level.
       * For example, a level 50 Upgrade Ticket can only be used on Cards between level 1–50.
   * Higher-level Cards require more Zeny to upgrade and have a lower success rate.

4. #### **Card Reset**
   * This system resets an upgraded Card's level back to 1.
     * However, if a reset checkpoint is saved after an upgrade, the Card can no longer be reset to level 1.
   * To reset, click the Card in your inventory and press the reset button, or access [Magic Engineering](/game-system/magic-engineering.md) via the top-right button in the Craft tab.
   * Resetting a Card requires [Nyangvine](/economic-system/currencies/nyangvine.md).
   * Used materials such as Zeny and Tickets are not refunded upon reset.

5. #### **Card Disassemble**
   * You can disassemble Cards using the Disassemble button.
   * Disassembling grants Silver Card Coins.
     * Disassembling a 5-Star Card also grants Gold Card Coins.
   * These coins can be used to craft a Card Gacha Machine.

6. #### **Card Reconstruction**
   * Access [**Magic Engineering**](/game-system/magic-engineering.md) via the top-right button in the Craft tab.
   * In the **Card Reconstruction** tab, you can use **Nyangvine** to reconstruct a Card.
     * Higher star-rank Cards consume more Nyangvine.
   * Selecting a Card will show the range of potential stat options.
     * Reconstruction randomizes the Card's option values.
   * Reconstruction always results in a level 1 Card of the same type
   * Materials used in upgrades are not refunded even after reconstruction.


---

# 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.ragnaroklibre.com/characters/cards.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.
