# [[The Loch Ward]]
The Loch Ward is the part of [[Trostenwald]] that faces the [[Ustaloch]].
## Shops in The Loch Ward
```dataview
table shop_type as "Type" from "ttrpgs/Temporary White Circle"
WHERE contains(type,"shop") and contains(location,"Loch Ward")
SORT file.name ASC
```
## NPCs in The Loch Ward
```dataview
table description as "Description" from "ttrpgs/Temporary White Circle"
WHERE contains(type,"NPC") or contains(type,"faction") and contains(location,"The Loch Ward")
SORT file.name ASC
```