# [[Vinland Stables]]
We bought horses and a pony here. 96 gp for one horse, completely outfitted with a saddle, bit, etc. [[Kipple]] paid 61 gp for a fully outfitted pony.
## Locations in Vinland Stables
```dataview
table description as "Description" from "ttrpgs/Return of the Green Death"
WHERE contains(type,"place") and contains(location,"Vinland Stables")
SORT file.name ASC
```
## NPCs in Vinland Stables
```dataview
table description as "Description" from "ttrpgs/Return of the Green Death"
WHERE contains(type,"NPC") or contains(type,"faction") and contains(location,"Vinland Stables")
SORT file.name ASC
```