> For the complete documentation index, see [llms.txt](https://docs.discorddungeons.me/quest-editor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.discorddungeons.me/quest-editor/locations-blocks/traveldata.md).

# Travel Data Block

![Travel Data Block](/files/-LOI2WJFtB4YVVEsalUG)

The travel data block returns a new travel data object.

| Name        | Usage                                                              | Type   | Extra                                                             |
| ----------- | ------------------------------------------------------------------ | ------ | ----------------------------------------------------------------- |
| Travel To   | The ID of the location the travel applies to                       | Text   |                                                                   |
| Travel Time | The amount of time it takes for the user to travel to the location | Number | Defined in seconds                                                |
| Travel Type | The type of travel it takes to get to the location                 | Text   |                                                                   |
| Travel Fee  | The cost of travelling to the location                             | Number | Requires the `Travel Type` to not be set as `Default` to function |
