Structures: Boat

Cost
Wood
14
Plank
20
Iron
8
Seconds
120
Description
A seaworthy hull, built at a dock. Original cost: 14 wood, 20 planks, 8 iron. It stays moored in the world.
Exact JSON
{
  "cost": {
    "wood": 14,
    "plank": 20,
    "iron": 8
  },
  "seconds": 120,
  "description": "A seaworthy hull, built at a dock. Original cost: 14 wood, 20 planks, 8 iron. It stays moored in the world."
}