# [[Shadycreek Run]]
Shadycreek run is a lawless place just across the borders of [[The Dwendalian Empire]] to the north. It is run by "tribes", or families, that sound like they're all messed up in crime somehow. In particular, there is a lot of slavery that happens there.
It's also where [[Ionos Jagentoth]] takes their slaves from (or through).
```leaflet
id: twc-shadycreek-run
image: twc-shadycreek-run.png
height: 450px
minZoom: 6
maxZoom: 10
defaultZoom: 7
zoomDelta: 1
unit: feet
scale: 1
```
## Locations in Shadycreek Run
```dataview
table description as "Description" from "ttrpgs/Temporary White Circle"
WHERE contains(type,"place") and contains(location,"Shadycreek Run")
SORT file.name ASC
```
## Factions
```dataview
table description as "Description" from "ttrpgs/Temporary White Circle"
WHERE contains(type,"faction") and contains(location,"Shadycreek Run")
SORT file.name ASC
```
## NPCs
```dataview
table description as "Description" from "ttrpgs/Temporary White Circle"
WHERE contains(type,"NPC") and contains(location,"Shadycreek Run")
SORT file.name ASC
```
## Shops in Shadycreek Run
```dataview
table description as "Description" from "ttrpgs/Temporary White Circle"
WHERE contains(type,"shop") and contains(location,"Shadycreek Run")
SORT file.name ASC
```
## Sessions in Shadycreek Run
```dataview
TABLE summary from "ttrpgs/Temporary White Circle"
WHERE type = "session" and contains(location,"Shadycreek Run")
```