# Vehicles

Vehicles use a set of Stats (See [Rule 6](/rules.md#rule6)) very similar to that of [Armor](/equipment/armor.md) with a few additions.

* Armor (A, %)
* Movement (M, #)
* Crew (C, #)
* Capacity (Cap, #) - Number of Infantry that can be held as passengers
* Weapon Slots - Number of Weapons that can be mounted on the Vehicle, Vehicle Weapons are listed in their own section of the [Weapon Specifications](/equipment/weapons.md).

Vehicles themselves are not that exciting, the Weapons attached to them provide more of the flavor. However, the description text does allow for individual Vehicles to cause interesting wrinkles on the battlefield.

Please pay attention to the formatting of these tables if you are submitting a new Vehicle. We suggest writing them without the block quotes and then adding them when you are complete. At least for our preferred VS Code Markdown Table plugin, our table tab-completion does not like the blockquotes. However, the blockquotes make these tables legible.

## **Inflatable Raft**

|  A  |  M  |  C  | Cap | Weapon Slots |
| :-: | :-: | :-: | :-: | :----------: |
|  0  |  1  |  4  |  4  |      N/A     |
|     |     |     |     |              |

| **Description**                                                                                                                                                                                                                                                                                     |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Moves over water                                                                                                                                                                                                                                                                                    |
| Moves using Infantry Movement rules (See [Rule 14](/rules.md#rule14)                                                                                                                                                                                                                                |
| Infantry onboard are able to Fire (See [Rule 16 - Firing](https://disrupter.rvgames.company/equipment/pages/OatRfF3t5LP1Bhi33zul#rule16.firing)) their Weapons using Infantry LOS (See [Rule 12](/rules.md#rule12))                                                                                 |
| An Infantry Team within Close Range (See [Rule 5](/rules.md#rule5)) may use a Movement or Battlefield Action (See [Rule 14](/rules.md#rule14) and [Rule 16](https://disrupter.rvgames.company/equipment/pages/OatRfF3t5LP1Bhi33zul#rule16.firing)) to attach to the raft and Move as one large Team |
| Uses the Armor Stats for the Armor worn by the Infantry occupying the Raft (See [Rule 6](/rules.md#rule6))                                                                                                                                                                                          |


---

# 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://disrupter.rvgames.company/equipment/vehicles.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.
