> For the complete documentation index, see [llms.txt](https://bibliotheca.gitbook.io/lootverse-master-scroll/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bibliotheca.gitbook.io/lootverse-master-scroll/the-realms/resources.md).

# Resources

All settled Realms will begin producing an output of 100 of each of its resources per day, 75% of which are available for the Realm’s owner to harvest immediately, and 25% are secured in the Realm’s vault, a potential target for raiders to pillage.

### The Vault

The 25% value is your ‘Vault’. This is what raiding Realms are after and what you need to protect. Once this vault accrues more value than 7 days of production, you are able to withdraw all of it. However, if you are attacked successfully, you will be depleted by 50%. This means you will need to wait until your vault refills until you can claim.

![Copper](https://github.com/BibliothecaForAdventurers/voxel-resources/blob/main/copper.gif?raw=true) ![Wood](https://github.com/BibliothecaForAdventurers/voxel-resources/blob/main/wood.gif?raw=true) ![Cold Iron](https://github.com/BibliothecaForAdventurers/voxel-resources/blob/main/cold%20iron.gif?raw=true)

### Resources overview

<table><thead><tr><th width="187" align="right">Resource</th><th width="150">Rarity</th><th width="150" align="right">Resource</th><th>Rarity</th></tr></thead><tbody><tr><td align="right">Wood</td><td>63%</td><td align="right">Sapphire</td><td>3%</td></tr><tr><td align="right">Stone</td><td>49%</td><td align="right">Deep Crystal</td><td>3%</td></tr><tr><td align="right">Coal</td><td>48%</td><td align="right">Ruby</td><td>3%</td></tr><tr><td align="right">Copper</td><td>33%</td><td align="right">Ignium</td><td>2%</td></tr><tr><td align="right">Obisidian</td><td>28%</td><td align="right">Ethereal Silica</td><td>2%</td></tr><tr><td align="right">Silver</td><td>22%</td><td align="right">True Ice</td><td>1.7%</td></tr><tr><td align="right">Ironwood</td><td>15%</td><td align="right">Twilight Quartz</td><td>1.4%</td></tr><tr><td align="right">Cold Iron</td><td>12%</td><td align="right">Alchemical Silver</td><td>1.2%</td></tr><tr><td align="right">Gold</td><td>11%</td><td align="right">Adamantine</td><td>0.7%</td></tr><tr><td align="right">Hartwood</td><td>7%</td><td align="right">Mithral</td><td>0.5%</td></tr><tr><td align="right">Diamonds</td><td>4%</td><td align="right">Dragonhide</td><td>0.3%</td></tr></tbody></table>

###

###


---

# 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://bibliotheca.gitbook.io/lootverse-master-scroll/the-realms/resources.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.
