# Ship

You can place landable moving ships in the world. You can choose the heading and speed. You can also use the ship as spawn point.

{% hint style="warning" %}
You can place a maximum of 64 ships in one mission
{% endhint %}

### Attributes

<table data-header-hidden data-full-width="false"><thead><tr><th width="109.99993896484375">Attribute</th><th>Description</th></tr></thead><tbody><tr><td><strong>Ship Model</strong></td><td><p>Ship model to spawn. Can be:</p><ul><li>USCG Cutter</li><li>LHD Juan Carlos I</li><li>HMAS Adelaide</li><li>HDMS Triton</li><li>Arleigh Burke Destroyer</li><li>Independence LCS</li><li>Ticonderoga Cruiser</li><li>Cruise Ship</li><li>Hospital Ship</li><li>Tanker Ship</li><li>Type 45 Destroyer</li><li>Type 23 Frigate</li></ul></td></tr><tr><td><strong>Orientation</strong></td><td>Heading of the ship in true degrees north (not equal to magnetic north)</td></tr><tr><td><strong>Ship Speed</strong></td><td>Speed of the ship in knots (max. 40kts)</td></tr><tr><td><strong>Ship Spawn</strong></td><td>You can use the ship as spawn point. You can only set 1 spawn point in a mission.<br>You can choose a 'Ready to go' or 'Shutdown' spawn.</td></tr></tbody></table>

### Actions

**Ship** doesn't have any actions.

### Events

**Ship** doesn't have any events.

## See also

[Supercarrier](/miltech-mission-hub/detailed-documentation/map-objects/supercarrier.md)

[Spawn](/miltech-mission-hub/detailed-documentation/map-objects/spawn.md)


---

# 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://docs.miltechsimulations.com/miltech-mission-hub/detailed-documentation/map-objects/ship.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.
