# Rundown

The rundown datablock defines everything within the entire rundown, including levels, weapons, enemies, and more. Only one rundown can be loaded at a time, and it is chosen in the [GameSetup](/wiki/reference/datablocks/rarely-edited/gamesetup.md) datablock.

## Fields

### NeverShowRundownTree - Boolean

No description provided.

### UseTierUnlockRequirements - Boolean

Whether or not to use unlock requirements for this rundown.

### ReqToReachTierB - [RundownTierProgressionData](/wiki/reference/nested-types/rundowntierprogressiondata.md) (nested type)

Progression data to reach tier B of the rundown.

### ReqToReachTierC - [RundownTierProgressionData](/wiki/reference/nested-types/rundowntierprogressiondata.md) (nested type)

Progression data to reach tier C of the rundown.

### ReqToReachTierD - [RundownTierProgressionData](/wiki/reference/nested-types/rundowntierprogressiondata.md) (nested type)

Progression data to reach tier D of the rundown.

### ReqToReachTierE - [RundownTierProgressionData](/wiki/reference/nested-types/rundowntierprogressiondata.md) (nested type)

Progression data to reach tier E of the rundown.

### StorytellingData - [RundownStorytellingData](/wiki/reference/nested-types/rundownstorytellingdata.md) (nested type)

Data for title, visuals, and description of the rundown.

### VanityItemLayerDropDataBlock - UInt32 ([VanityItemsLayerDropsDataBlock](/wiki/reference/datablocks/rarely-edited/vanityitemslayerdrops.md))

The id for the vanity item datablock for this rundown.

### TierA - [List ExpeditionInTierData](/wiki/reference/nested-types/expeditionintierdata.md) (nested type)

Expedition data for all levels in tier A of this rundown.

### TierB - [List ExpeditionInTierData](/wiki/reference/nested-types/expeditionintierdata.md) (nested type)

Expedition data for all levels in tier B of this rundown.

### TierC - [List ExpeditionInTierData](/wiki/reference/nested-types/expeditionintierdata.md) (nested type)

Expedition data for all levels in tier C of this rundown.

### TierD - [List ExpeditionInTierData](/wiki/reference/nested-types/expeditionintierdata.md) (nested type)

Expedition data for all levels in tier D of this rundown.

### TierE - [List ExpeditionInTierData](/wiki/reference/nested-types/expeditionintierdata.md) (nested type)

Expedition data for all levels in tier E of this rundown.


---

# 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://gtfo-modding.gitbook.io/wiki/reference/datablocks/main/rundown.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.
