> For the complete documentation index, see [llms.txt](https://smallville.gitbook.io/smallville-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://smallville.gitbook.io/smallville-docs/regolamento-fazioni/regolamento-polizia/defcon.md).

# DEFCON

{% hint style="info" %}
Viene regolamentato il **sistema a livelli di allerta** con il quale le Forze dell'Ordine possono fronteggiare particolari e temporanee situazioni. I parametri di applicazione del sistema sono: sequestro plurimo, continuato e aggravato di pubblici ufficiali e del capo di Polizia, attentato governativo, atti terroristici o da parte di latitanti.
{% endhint %}

## 🚨 Sistema DEFCON

{% hint style="warning" %}
La richiesta deve essere **motivata e presentata per iscritto tramite ticket** da un membro appartenente alle FDO. L'accettazione è facoltà dello Staff. Il ticket rimarrà aperto per richiedere eventuali proroghe al termine dello status DEFCON in base degli sviluppi in gioco.
{% endhint %}

|    Livello   | Nome                       | Durata Massima                           | Effetti Operativi ed Eccezioni                                                                           |
| :----------: | -------------------------- | ---------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| **DEFCON 1** | 🔴 **GUERRA**              | A discrezione admin *(non richiedibile)* | Nessun limite in azione. Chiunque può sparare a vista senza ingaggio verbale o preventivo.               |
| **DEFCON 2** | 🟠 **ALLERTA**             | Max **24 ore** *(Solo FDO)*              | Cessa la regola del rispetto dell'apertura del fuoco: gli agenti FDO possono sparare per primi.          |
| **DEFCON 3** | 🟡 **PRONTEZZA AUMENTATA** | Max **48 ore**                           | È possibile effettuare perquisizioni durante un fermo o posto di blocco anche senza un fondato sospetto. |

* **⚖️ Sanzione per abusi:** Richiesta DEFCON motivata con informazioni false o ingannevoli comporta la sanzione `Tier B` + rifiuto automatico di qualsiasi richiesta futura per i successivi **7 giorni**.


---

# 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://smallville.gitbook.io/smallville-docs/regolamento-fazioni/regolamento-polizia/defcon.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.
