# [[Alfield]]
Small village attacked by gnolls that [[Mezelya]] was originally from. It's at the edge of both [[The Amber Road]] and [[The Baguette Tunnels]].
The village was recently attacked by gnolls that set fire to many locations.
## NPCs in Alfield
```dataview
table description as "Description" from "ttrpgs/Temporary White Circle"
WHERE contains(type,"NPC") or contains(type,"faction") and contains(location,"Alfield")
SORT file.name ASC
```
## Locations in Alfield
```dataview
table description as "Description" from "ttrpgs/Temporary White Circle"
WHERE contains(type,"place") and contains(location,"Alfield")
SORT file.name ASC
```
## Shops in Alfield
```dataview
table shop_type as "Type" from "ttrpgs/Temporary White Circle"
WHERE contains(type,"shop") and contains(location,"Alfield")
SORT file.name ASC
```