# Loot List Output

A loot list contains a list of weighted loot entries. The number of rolls determines how many times it produces an output from the weighted collection

### Rolls / <mark style="color:red;">`rolls`</mark> / Integer

Determines how many times it grabs an entry from the list

### Loot Entries / <mark style="color:red;">`entries`</mark> / [Loot Entry \[\]](/lootbag-data/loot-list-output/loot-entry.md)

Defines the pool of items it will get a random entry from


---

# 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://lootbags.wiki.teamresourceful.com/lootbag-data/loot-list-output.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.
