> For the complete documentation index, see [llms.txt](https://combat-alert-scorpion.gitbook.io/combat-alert-scorpion-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://combat-alert-scorpion.gitbook.io/combat-alert-scorpion-docs/rules/general-information/replicas.md).

# Replicas

#### Event Guidelines for ASG Replica Use

**General Pellet and Replica Regulations**

* **Permitted Pellets**: Only 6mm plastic pellets are allowed.
* **Prohibited Pellets**: Glass, metal, ceramics, and similar materials are strictly forbidden. Violators will face immediate and permanent removal from the game.

**Approved Replica Types**

* **Allowed Drives**:
  * Electric
  * Gas
  * HPA (High Pressure Air)
  * Spring
* **HPA Specifics**: Must include a regulator that supports a competition lock.

**Pre-Game Power Measurement**

* Participants must have their replicas measured at the designated measuring point.
* An organizer-designated individual will conduct measurements using an appropriate device.
* Results are provided in joules (J).
* Target pellet wight must be used, and the hop-up mechanism must be properly adjusted.

**Minimum Engagement Distance (MED)**

* Each replica category has a specific MED, indicating the minimum engagement distance.
* Categories will be color-coded on each replica. Altering or removing these markings is prohibited.
* Loss of replica marking requires remeasurement.

**Additional Information**

* Each category may have its own additional restrictions.
* The organizer reserves the right to inspect replicas at any time.

Replica categories:

| Replica type      | Power Limit | MED (meters) | Additional info                                                                                                                                                |
| ----------------- | ----------- | ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| CQB \ sidearm     | 1,2J        | 0            | SEMI ONLY, MAX 0,32G BB                                                                                                                                        |
| Assault \ shotgun | 1,9J        | 10           | ---                                                                                                                                                            |
| DMR               | 2,8J        | 20           | SEMI ONLY, MIN. Internal barrel min. 16”                                                                                                                       |
| Sniper            | 3,9J        | 20           | MIN. 1m LENGTH OF REPLICA                                                                                                                                      |
| Support\ MG       | 2,3J        | 10           | MIN. 6kg WEIGHT WITH BULLETS, BOX MAX 3000 BULLETS, MAX 3000 W RESERVE (SHOOTER), MAX 9000 BULLETS IN RESERVE (AMMO BEARER), BULLET REFILL ONLY AT HQ//VEHICLE |

&#x20;


---

# 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://combat-alert-scorpion.gitbook.io/combat-alert-scorpion-docs/rules/general-information/replicas.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.
