# Core Gameplay Mechanics

## Overview

OrcMine's core gameplay revolves around a simple yet engaging loop that combines ORC management, land ownership, and token farming.

## Core Gameplay Loop

1. Acquire ORCs through Lucky Box system
2. (optional) Purchase land (Gold Mine) with $ORC
3. Assign ORCs to a land
4. Collect GOLD
5. Trade GOLD for $ORC and withdraw to TON wallet

## Lucky Box System

* Cost Fixed: check the table below
* Players must buy with $ORC
* Each box contains one random ORC NFT

### Lucky Box Packages -

<figure><img src="/files/P2UxvzI4kbxND8T41CFm" alt=""><figcaption></figcaption></figure>

| Package Name   | NFTs ORCs | Total Cost in $ORC | Discount | VIP Cost in $ORC |
| -------------- | --------- | ------------------ | -------- | ---------------- |
| Single Card    | 1         | 1500               | 0%       | 1200             |
| Pack 5 Cards   | 5         | 7300               | 2.5% off | 5840             |
| Pack 10 Cards  | 10        | 14,250             | 5% off   | 11,400           |
| Pack 50 Cards  | 50        | 67,500             | 10% off  | 54,000           |
| Pack 100 Cards | 100       | 127,500            | 15% off  | 102,000          |
| Pack 500 Cards | 500       | 600,000            | 20% off  | 480,000          |

## ORC Assignment

* ORCs must be assigned to land (NFTs) to generate tokens
* Unassigned ORCs do not generate tokens
* ORCs can only be assigned to one land at a time
* Assignment can be changed at any time
* On Camp level 1, a maximum of 10 ORCs can be assigned to the land
* Players can upgrade Camp to level 2, 3, 4, 5, 6, 7, 8, 9, 10 to increase the maximum number of ORCs that can be assigned to the land

## ORC Farming Mechanics

* Player Select a Land to assign ORCs
* ORC will start Walking to the Land and the distance determine the time it takes based on distance between the Camp and the Land
* Once the ORC arrives at the Land, he will start to work and mine gold , The ORC will mine for 6 hours
* When the ORC finish the mining, he will return to the Camp and the player will receive the gold , The distance also determine the time it takes for the ORC to return to the Camp
* When the ORC arrive in the camp, the amount of gold he will receive gonna be cauculated.
* The ORC will begin the rest process during 6 hours and can't be used until the rest is finished.
* If the player have more orcs available, he can assign them to mine available lands and start the same process again.
* The player can only assign 1 group of ORCs to mine at a time.


---

# Agent Instructions: 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:

```
GET https://orcmine.gitbook.io/whitepapper/game-mechanics/core-gameplay.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
