# PlayerOfflineGear

Defines mostly various weapon parts (references to various gear datablocks) and some other data.

Probably the worst datablock in the game.

## Fields

### Type - [eOfflineGearType](/wiki/reference/enum-types.md#eofflinegeartype) (enum)

The only known use and difference here is "RundownSpecificInventory" which simply changes the text displayed in lobby.

### GearJSON - String

This innocent little string here contains an absurd amount of information in an even more absurd format (it's JSON embedded into JSON). It's most likely this way because it's sent over the network to all other players, so the devs didn't make it more readable in a DataBlock.

This JSON and its meaning (including various related DataBlocks) is covered in the [Creating Custom Weapons guide](/wiki/guides/creating-custom-weapons.md).


---

# 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/playerofflinegear.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.
