> 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](https://602309350-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LNeYKoJ5VTmJdlF1rx1%2F-LOI2VCQZ3rDyhjEwVtc%2F-LOI2WJFtB4YVVEsalUG%2Ftravel-data.jpg?generation=1538991724728408\&alt=media)

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 |
