# REGOLAMENTO INVENTARIO

1. L'inventario di ciascun utente rappresenta le nostre tasche. Esistono, pertanto, dei **limiti** a tutto quello che potremo portare con noi.&#x20;
2. L'inventario è il mezzo che ci permette di trasportare degli oggetti e di darli ad altre persone. Oltre all’inventario di cui dispone ciascun utente, anche i veicoli e ciascuna abitazione hanno un proprio inventario.
3. Sarà consentito trasportare personalmente item secondo la seguente tabella:

| **ITEM**             | **TASCHE**    | **ZAINO**     | **BORSONE**   |
| -------------------- | ------------- | ------------- | ------------- |
| ***Armi corte***     | Nessun limite | Nessun limite | Nessun limite |
| ***Armi lunghe***    | Nessun limite | Nessun limite | Nessun limite |
| ***Munizioni***      | Nessun limite | Nessun limite | Nessun limite |
| ***Cibo e Bevande*** | ***5+5***     | Nessun limite | Nessun limite |
| ***Droghe***         | Nessun limite | Nessun limite | Nessun limite |


---

# 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://romaoriginsrpregolamento.gitbook.io/romaoriginsrpregolamento/regolamento-inventario.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.
