# [[Kamordah]]
Kamordah is a place full of vineyards, near [[The Bromkiln Hills]] and north of [[Deastok]] in [[The Truscan Vale]]. It's mostly barren, with bubbling pools of mud.
![[twc-kamordah.png]]
Kamordah has recently been plagued by sinkholes caused by Cinder Hulks tunnelling underneath it and making the ground above the tunnels fall into the lava.
## NPCs in Kamordah
```dataview
table description as "Description" from "ttrpgs/Temporary White Circle"
WHERE contains(type,"NPC")and contains(location,"Kamordah")
SORT file.name ASC
```
## Families
```dataview
table description as "Description" from "ttrpgs/Temporary White Circle"
WHERE contains(type,"faction") and contains(file.name,"Family") and contains(location,"Kamordah")
SORT file.name ASC
```
## Locations in Kamordah
```dataview
table description as "Description" from "ttrpgs/Temporary White Circle"
WHERE contains(type,"place") and contains(location,"Kamordah")
SORT file.name ASC
```