> For the complete documentation index, see [llms.txt](https://docs.klaydice.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.klaydice.io/dicast/game-system/block.md).

# Block

### Base

Blue is your base and the Red is the opponent's.

You can level up your hero when you pass or land on your base.

However, you go to jail if you land on your opponent's base.

Each base triggers unique skills when you pass or land on the base. (Certain base only triggers when landing)

![](/files/bBD3R212XMVgZMx3pI0h)![](/files/BwnA2VblVy9hQ54NmHll)

### Portal

Moves to the opposite side portal.

![](/files/U3Z88hk4J7vzuPY0nd36)![](/files/Ku5bXq1ad7BMjnuvvkBl)

### Food

Heal HP

![](/files/VolWhlGvUBdSewBPOUBf)![](/files/EhTzEDsPgZ3GgoilDVjv)![](/files/E8nR9j839YzmrO1zf2h5)

### Chest

Receive random cards

![](/files/bifJ3IjUtt4HF3yhUhQ9)![](/files/w4MPgxMDgrjLZ8BcUtqG)

### Attack Flag

Attack opponent

![](/files/vZqR9bEUwXk8IOtbrftI)

### Trap

Receive damage

![](/files/Y1Syc1JDtM3pCYg1CU2J)![](/files/t7y9d6chCyk9k2Gc9bzg)![](/files/OA1iJBCjbB81EOw8EvCn)

### Coin

Receive Gold

![](/files/j3EwB8cHN1mMY8MK0EUS)

### Monster

Hand out the dice monster requires to kill it

If you fail to hand the dice it requires, you receive damage

![](/files/RHV8X5WBTSqXypQP5sOQ)![](/files/RepeK82fAKIl2ieWHBta)![](/files/I1HyaCs4pyN6Y1ewZLNA)

### Shop Flag

Sell/purchase cards

![](/files/RLKmHkKwvOqI4gDxdurs)

### Magic Book

Trigger random Magic

![](/files/wLOfJG8zdu4cdKYIvmi3)![](/files/MnFjAqn1oZZiEf1uJ4gH)![](/files/qlhCMm36baCGbrHoreZT)

#### Lv.1 (Brown)

Fireball: Fireball summoned by the Magic Book attacks the opponent.

Alchemy: Get magically created Gold.

Power Attack: Increases your AP.

Enlightenment: Hero levels up

#### Lv.2 (Blue)

Thunderstorm: Thunderbolt summoned by the Magic Book attacks and stuns the enemy.

Telekinesis: Moves the opponent to a desired location (except for base)

Flicker: Move to a desired location in your current line.

Great Chaos: Incinerate all of opponent's card and create 5 Random dice cards.

#### Lv.3 (Yellow)

Meteor: Meteor summoned by the Magic Book attacks the enemy.

Blizzard: Blizzard summoned by the Magic Book attacks the enemy and limits their movement.

Earthquake: Earthquake summoned by the Magic Book attacks and confuses the enemy.


---

# 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://docs.klaydice.io/dicast/game-system/block.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.
