> 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/craft-types.md).

# Craft Types

There are five different types of Movecraft ships on Vincere. Each one has a different max size, speed, and role in combat and trade. Make sure to decide which one you want to build before you start!

\[BPS = Blocks per Second]

<table><thead><tr><th width="147.0078125">Ship Name</th><th width="139.7734375">Size (blocks)</th><th width="98.1484375">Speed</th><th width="115.8671875">Max Armaments</th><th>Purpose</th></tr></thead><tbody><tr><td>Caravel</td><td>750 - 1,500</td><td>24.0 bps</td><td>0 cannons </td><td>Caravels are small, lightweight, and fast ships designed more for journeys between colonies or countries rather than large, transatlantic journeys. They have no armaments whatsoever, and defense is up to the players on board!</td></tr><tr><td>Frigate</td><td>1,500 - 2,500</td><td>20.0 bps</td><td>2 cannons</td><td>Frigates are a great middleground and can carry cannons on board, as well as make the occasional transatlantic trip. They go only slightly slower than Caravels.</td></tr><tr><td>Carrack</td><td>2,500 - 3,500</td><td>17.0 bps</td><td>4 cannons</td><td>A carrack is the ideal light warship. It can carry four cannons - likely two on each side - and is great for long voyages, storage, and warfare.</td></tr><tr><td>Galleon</td><td>3,500 - 6,500</td><td>15.0 bps</td><td>8 cannons</td><td>Galleons are good ships for an established economy that tends to make several transatlantic trips. They can cross the Atlantic in about 22 minutes and can carry several cannons, as well as having lots of storage space.</td></tr><tr><td>Ship of the Line</td><td>6,500 - 12,000</td><td>12.0 bps</td><td>12 cannons</td><td>The Ship of the Line is the largest class of ship. Think of it like a battleship in a modern navy - you only really need one, and it's a gigantic, hulking ship that goes slowly but does lots of damage with its twelve cannons.</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://vincere.gitbook.io/vincere-docs/movecraft/craft-types.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.
