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

# Cannons

Cannons are the prime weapons used for Movecraft combat. Each ship can carry a different amount. There are two types.

#### Using your Cannon

First, build either a Naval or a Field cannon like so. Cannon designs are below. If you build it properly, there will be a message in chat noting that you created one. "Buy" it using /cannons buy - it won't charge you any money.

<figure><img src="https://4070873099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ft8ZtvdtjFmqBlDfvB13c%2Fuploads%2FDAzFayKF8u0qrRiC9ruf%2FScreenshot%202026-08-16%20at%208.27.27%E2%80%AFPM.png?alt=media&amp;token=9a263dde-4eaa-41d8-b51f-3a11cd09c1af" alt="" width="375"><figcaption><p>Naval Cannon Angle 1</p></figcaption></figure>

<figure><img src="https://4070873099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ft8ZtvdtjFmqBlDfvB13c%2Fuploads%2FhbbbYepdyQPuIQ6CWZkA%2FScreenshot%202026-08-16%20at%208.27.38%E2%80%AFPM.png?alt=media&amp;token=961178ba-91a4-4077-940b-16170a21c113" alt="" width="375"><figcaption><p>Naval Cannon Angle 2</p></figcaption></figure>

<figure><img src="https://4070873099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ft8ZtvdtjFmqBlDfvB13c%2Fuploads%2F9lAlebOrgqLuD6aH8NEb%2FScreenshot%202026-08-16%20at%208.31.02%E2%80%AFPM.png?alt=media&amp;token=28f1d3c6-5ad7-4673-8044-884e03f2cc02" alt="" width="375"><figcaption><p>Field Cannon Angle 1</p></figcaption></figure>

<figure><img src="https://4070873099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ft8ZtvdtjFmqBlDfvB13c%2Fuploads%2FY6uzIxVcDIILMoNra5Mo%2FScreenshot%202026-08-16%20at%208.31.29%E2%80%AFPM.png?alt=media&amp;token=d5cf7d38-6375-4552-a275-5ba599eeca3e" alt="" width="375"><figcaption><p>Field Cannon Angle 2</p></figcaption></figure>

First, you need to clear your cannon with a Ram Rod (a.k.a. a stick.) Then, you'll need to load your cannon with gunpowder. Right click it three times with gunpowder in your hand, then place in a cannonball. There are three types of cannonballs; damage and cost to craft scale by type. Then, once you've placed it in, it's ready to fire! (Cannonballs can be crafted ingame with a determined recipe.)

#### Aiming

In order to aim it, you should use a clock. Simply right click your loaded cannon with a clock and shift and look to aim where the glass blocks are pointing! Then, simply Left-click to shoot.

#### Types of Cannons

There are two types of cannons: naval and field cannons. Naval cannons are affixed to ships, and field cannons can be placed anywhere (except for on ships.) Their effects are identical.


---

# 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://vincere.gitbook.io/vincere-docs/movecraft/cannons.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.
