> For the complete documentation index, see [llms.txt](https://age-of-mars-1.gitbook.io/age-of-mars-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://age-of-mars-1.gitbook.io/age-of-mars-docs/aom-red-chaos/gameplay/game-mods/pvp.md).

# PvP

**Team Combat:** This is a classic game mode where two teams battle against each other to rack up a certain number of kills or reach the highest score in a limited amount of time. In this mode, players revive after each death and aim to eliminate as many opponents as possible using various teamwork strategies and tactics. The key to success in team combat is well-coordinated teamwork and effective use of each class's abilities.​

**Deathmatch:** This mode is a fast and intense every-man-for-himself battle where players compete individually. The goal is to rack up as many kills as possible before the match time runs out. In Meatgrinder, personal shooting skills and the ability to react quickly to changes on the battlefield are essential, as enemies appear on all sides, and the player has to stay alert at all times.​

<figure><img src="https://qchain-1.gitbook.io/~gitbook/image?url=https%3A%2F%2F1501350355-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FhRLfAPvYN6EzEyip1hwF%252Fuploads%252FsQfChbD43a52RolwgC6n%252Ftelegram-cloud-document-2-5384427390338350540.jpg%3Falt%3Dmedia%26token%3Df3e018b9-70b9-4f34-bde6-b188bf2f5f34&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=537800b7&#x26;sv=1" alt=""><figcaption></figcaption></figure>

**Point Capture:** In this mode, two teams compete to control several critical points on the map. Teams earn points by holding these points. The longer a team contains a point, the more points they earn. This mode requires players to have good team coordination, tactical positioning, and the ability to quickly adapt to changing battlefield situations. Success in this mode depends on effective teamwork and proper role allocation between players.​More PvP game mods will be added to the game in future expansions and updates.


---

# 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://age-of-mars-1.gitbook.io/age-of-mars-docs/aom-red-chaos/gameplay/game-mods/pvp.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.
