# 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](https://gtfo-modding.gitbook.io/wiki/reference/datablocks/rarely-edited/gamesetup) datablock.

## Fields

### NeverShowRundownTree - Boolean

No description provided.

### UseTierUnlockRequirements - Boolean

Whether or not to use unlock requirements for this rundown.

### ReqToReachTierB - [RundownTierProgressionData](https://gtfo-modding.gitbook.io/wiki/reference/nested-types/rundowntierprogressiondata) (nested type)

Progression data to reach tier B of the rundown.

### ReqToReachTierC - [RundownTierProgressionData](https://gtfo-modding.gitbook.io/wiki/reference/nested-types/rundowntierprogressiondata) (nested type)

Progression data to reach tier C of the rundown.

### ReqToReachTierD - [RundownTierProgressionData](https://gtfo-modding.gitbook.io/wiki/reference/nested-types/rundowntierprogressiondata) (nested type)

Progression data to reach tier D of the rundown.

### ReqToReachTierE - [RundownTierProgressionData](https://gtfo-modding.gitbook.io/wiki/reference/nested-types/rundowntierprogressiondata) (nested type)

Progression data to reach tier E of the rundown.

### StorytellingData - [RundownStorytellingData](https://gtfo-modding.gitbook.io/wiki/reference/nested-types/rundownstorytellingdata) (nested type)

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

### VanityItemLayerDropDataBlock - UInt32 ([VanityItemsLayerDropsDataBlock](https://gtfo-modding.gitbook.io/wiki/reference/datablocks/rarely-edited/vanityitemslayerdrops))

The id for the vanity item datablock for this rundown.

### TierA - [List ExpeditionInTierData](https://gtfo-modding.gitbook.io/wiki/reference/nested-types/expeditionintierdata) (nested type)

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

### TierB - [List ExpeditionInTierData](https://gtfo-modding.gitbook.io/wiki/reference/nested-types/expeditionintierdata) (nested type)

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

### TierC - [List ExpeditionInTierData](https://gtfo-modding.gitbook.io/wiki/reference/nested-types/expeditionintierdata) (nested type)

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

### TierD - [List ExpeditionInTierData](https://gtfo-modding.gitbook.io/wiki/reference/nested-types/expeditionintierdata) (nested type)

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

### TierE - [List ExpeditionInTierData](https://gtfo-modding.gitbook.io/wiki/reference/nested-types/expeditionintierdata) (nested type)

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