# Weapons

## Overview

There are 5 weapon types in Pump Theft Auto 2. You start with your fists and can acquire other weapons by picking them up from the ground or purchasing them at Ammunation.

## Weapon Stats

| Weapon  | Damage | Fire Rate | Range | Type      |
| ------- | ------ | --------- | ----- | --------- |
| Fists   | 10     | 500ms     | Melee | Auto      |
| Pistol  | 15     | 300ms     | 400px | Semi-auto |
| Shotgun | 40     | 800ms     | 200px | Semi-auto |
| MP5     | 12     | 100ms     | 350px | Auto      |
| RPG     | 150    | 1500ms    | 500px | Semi-auto |

* **Auto weapons** (Fists, MP5): Hold the fire button for continuous fire
* **Semi-auto weapons** (Pistol, Shotgun, RPG): Click once per shot

## Ammo

Ranged weapons require ammo. When you run out, you automatically switch back to fists. Ammo can be found as pickups on the ground or purchased at Ammunation.

**Ammo per pickup (ground):**

| Weapon  | Ammo      |
| ------- | --------- |
| Pistol  | 15 rounds |
| Shotgun | 10 rounds |
| MP5     | 50 rounds |
| RPG     | 2 rockets |

## Ammunation

Visit the Ammunation store to buy weapons and extra ammo. Press **F** near the checkpoint to open the shop.

### Weapons

| Item    | Price  | Ammo Included |
| ------- | ------ | ------------- |
| Pistol  | $200   | 30 rounds     |
| Shotgun | $500   | 15 rounds     |
| MP5     | $800   | 100 rounds    |
| RPG     | $1,500 | 5 rockets     |

### Ammo Refills

| Item         | Price | Amount    |
| ------------ | ----- | --------- |
| Pistol Ammo  | $80   | 15 rounds |
| Shotgun Ammo | $200  | 8 rounds  |
| MP5 Ammo     | $300  | 50 rounds |
| RPG Ammo     | $600  | 2 rockets |

## Tips

* The **MP5** has the highest DPS due to its 100ms fire rate
* The **Shotgun** deals heavy burst damage at close range
* The **RPG** is devastating but slow and has very limited ammo
* **Fists** knock down NPCs without killing them
* Switch weapons with the **mouse scroll wheel**


---

# 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://guide.pta2.com/weapons.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.
