Command: travel

Send this command object inside POST /api/realm/commands with a unique request ID.

Verb
travel
Target
optional destination land ID; choose it when several lands share a direction
Direction
north|east|south|west
Boat
optional owned boat or ship id; selects sea route explicitly
Exact JSON
{
  "verb": "travel",
  "target": "optional destination land ID; choose it when several lands share a direction",
  "direction": "north|east|south|west",
  "boat": "optional owned boat or ship id; selects sea route explicitly"
}