# [[ttrpgs/Temporary White Circle/Port Damali|Port Damali]]
Port Damali is a bustling metropolis. [[Piro]] said it was a place where "many can live happily." [[Leodor Summergale]] said that there are more humans than anything else here, but there is a smattering of tieflings and other races too.
## NPCs in Port Damali
```dataview
table description as "Description" from "ttrpgs/Temporary White Circle"
WHERE contains(type,"NPC") or contains(type,"faction") and contains(location,"Port Damali")
SORT file.name ASC
```
## Locations in Port Damali
```dataview
table description as "Description" from "ttrpgs/Temporary White Circle"
WHERE contains(type,"place") and contains(location,"Port Damali")
SORT file.name ASC
```
## Shops in Port Damali
```dataview
table shop_type as "Type" from "ttrpgs/Temporary White Circle"
WHERE contains(type,"shop") and contains(location,"Port Damali")
SORT file.name ASC
```