# Panic Tables

Fuck if I know what status effects go in these tables right now. For now, the rule is to make it up! (See [TODO](/todo.md))

### **Team**

| d20 | >Effect >                                                                                                                                       |
| --- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| 1   | Surpressed, Cannot move or fire next turn                                                                                                       |
| 3   | Surpressed, Cannot move or fire next turn                                                                                                       |
| 2   | Surpressed, Cannot move or fire next turn                                                                                                       |
| 3   | Surpressed, Cannot move or fire next turn                                                                                                       |
| 4   | Surpressed, Cannot move or fire next turn                                                                                                       |
| 5   | Surpressed, Cannot move or fire next turn                                                                                                       |
| 6   | Retreated, Retreat to nearest Rally point or until within close range of an Officer                                                             |
| 7   | Retreated, Retreat to nearest Rally point or until within close range of an Officer                                                             |
| 8   | Retreated, Retreat to nearest Rally point or until within close range of an Officer                                                             |
| 9   | Retreated, Retreat to nearest Rally point or until within close range of an Officer                                                             |
| 10  | Retreated, Retreat to nearest Rally point or until within close range of an Officer                                                             |
| 11  | Routed, Run away towards cover and the edge of the board, need to be rallied before they run off the Board and are removed from play, +1 Stress |
| 12  | Routed, Run away towards cover and the edge of the board, need to be rallied before they run off the Board and are removed from play, +1 Stress |
| 13  | Routed, Run away towards cover and the edge of the board, need to be rallied before they run off the Board and are removed from play, +1 Stress |
| 14  | Routed, Run away towards cover and the edge of the board, need to be rallied before they run off the Board and are removed from play, +1 Stress |
| 15  | Routed, Run away towards cover and the edge of the board, need to be rallied before they run off the Board and are removed from play, +1 Stress |
| 16  | Status Effect                                                                                                                                   |
| 17  | Status Effect                                                                                                                                   |
| 18  | Status Effect                                                                                                                                   |
| 19  | Status Effect                                                                                                                                   |
| 20  | Status Effect                                                                                                                                   |

### **Platoon**

| d20 | Effect        |
| --- | ------------- |
| 1   | Status Effect |
| 2   | Status Effect |
| 3   | Status Effect |
| 4   | Status Effect |
| 5   | Status Effect |
| 6   | Status Effect |
| 7   | Status Effect |
| 8   | Status Effect |
| 9   | Status Effect |
| 10  | Status Effect |
| 11  | Status Effect |
| 12  | Status Effect |
| 13  | Status Effect |
| 14  | Status Effect |
| 15  | Status Effect |
| 16  | Status Effect |
| 17  | Status Effect |
| 18  | Status Effect |
| 19  | Status Effect |
| 20  | Status Effect |


---

# 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/rules/panic.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.
