> For the complete documentation index, see [llms.txt](https://officeland.gitbook.io/office-land-white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://officeland.gitbook.io/office-land-white-paper/gameplay/workshop.md).

# Workshop

![Work shop](/files/ueOgNTH1iWHo0XbIl0Qt)

### **Crafting system**

![Crafting materials](/files/o1Cofq9Mhl7IKOeVjqNx)

* Players take materials to craft furnitures that are NFT cards in the Workshop menu.&#x20;
* The different furniture has different material requirements and the number of OCOINs to craft, depending on the rarity of the furniture.&#x20;
* When a player crafts furniture, an NFT card of that type of furniture will be sent to the player's wallet.

### Shredding

![Shredding hat](/files/clqTm7uUugf7DpDH9ILX)

* Players can shred hat cards which will be a piece of hat scrap.
* The number of hat scraps to be obtained after shredding depends on the rarity of that hats.&#x20;

&#x20;5 x ![](/files/djDEPe1drITXmYEhpPlA) +  10 OCINS x![](/files/blH8sdohkL4eDBkmssSX)  = 1 x ![](/files/G8unUTBVCUEptYeZVBnG)

* Collect 5 hat scraps combined with 10 OCOINs to redeem 1 Gachapon ticket for a random group of Mystery Premium boxes for 1 hat at Arcade.

| Hat rarity | Gachapon ticket shard |
| ---------- | :-------------------: |
| Common     |           1           |
| Uncommon   |           1           |
| Rare       |           1           |
| Epic       |           3           |
| Legendary  |           5           |

### Shredding Furniture

![Shredding furniture](/files/T7G0NhlcEFLX2fZCP0SU)

In this mode, players can shred furniture that comes from the crafting system.

• Every rarity of furniture can be shredded, players can choose the type of furniture such as bed, chair, table to shred.

![Shredding menu](/files/3uprLrqW5XiDysQ0sQHj)

![Select Furniture to Shred](/files/F27sS7hslYEtF1dkTlju)

• The different rarity of furniture will be received different material from shredding.&#x20;

![Shredding Result](/files/ZmWEFIBpG2Hsp1d87EEW)

• After players shredded furniture, material from shredding will be in players’ wallets.

This table shows material that will be received from shredding furniture.

<table><thead><tr><th width="150" align="center">Rarity</th><th width="200" align="center">Furniture</th><th width="172" align="center">Type of Furniture</th><th width="150" align="center">Wood</th><th width="150" align="center">Iron</th><th width="150" align="center">Leather</th></tr></thead><tbody><tr><td align="center">Common</td><td align="center">Wooden bed</td><td align="center">Bed</td><td align="center">300</td><td align="center">-</td><td align="center">-</td></tr><tr><td align="center">Common</td><td align="center">Wooden chair</td><td align="center">Chair</td><td align="center">390</td><td align="center">-</td><td align="center">-</td></tr><tr><td align="center">Common</td><td align="center">Wooden table</td><td align="center">Table</td><td align="center">450</td><td align="center">-</td><td align="center">-</td></tr><tr><td align="center">Uncommon</td><td align="center">Metallic bed</td><td align="center">Bed</td><td align="center">-</td><td align="center">300</td><td align="center">-</td></tr><tr><td align="center">Uncommon</td><td align="center">Metallic chair</td><td align="center">Chair</td><td align="center">-</td><td align="center">390</td><td align="center">-</td></tr><tr><td align="center">Uncommon</td><td align="center">Metallic table</td><td align="center">Table</td><td align="center">-</td><td align="center">450</td><td align="center">-</td></tr><tr><td align="center">Rare</td><td align="center">Vintage bed</td><td align="center">Bed</td><td align="center">360</td><td align="center">-</td><td align="center">240</td></tr><tr><td align="center">Rare</td><td align="center">Vintage chair</td><td align="center">Chair</td><td align="center">390</td><td align="center">-</td><td align="center">270</td></tr><tr><td align="center">Rare</td><td align="center">Vintage table</td><td align="center">Table</td><td align="center">450</td><td align="center">-</td><td align="center">300</td></tr><tr><td align="center">Epic</td><td align="center">Modern bed</td><td align="center">Bed</td><td align="center">-</td><td align="center">510</td><td align="center">390</td></tr><tr><td align="center">Epic</td><td align="center">Modern chair</td><td align="center">Chair</td><td align="center">-</td><td align="center">540</td><td align="center">420</td></tr><tr><td align="center">Epic</td><td align="center">Modern table</td><td align="center">Table</td><td align="center">-</td><td align="center">600</td><td align="center">450</td></tr><tr><td align="center">Legendary</td><td align="center">Ebony bed</td><td align="center">Bed </td><td align="center">510</td><td align="center">420</td><td align="center">420</td></tr><tr><td align="center">Legendary</td><td align="center">Ebony chair</td><td align="center">Chair</td><td align="center">540</td><td align="center">450</td><td align="center">420</td></tr><tr><td align="center">Legendary</td><td align="center">Ebony table</td><td align="center">Table</td><td align="center">600</td><td align="center">450</td><td align="center">450</td></tr></tbody></table>

{% hint style="info" %}
Updated : 16/03/2022
{% endhint %}


---

# 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://officeland.gitbook.io/office-land-white-paper/gameplay/workshop.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.
