Berleben is a small city near [[Lebenda Swamp]]. It is about a 3-day trip from [[ttrpgs/Temporary White Circle/Zadash|Zadash]] en is a small settlement of houses on stilts, built that way to keep out of the [[Lebenda Swamp]]. It is patrolled by [[The Crownsguard]]. It is not a wealthy settlement, but they have enough.
There are some unique plants in the Swamp. Some of them are dangerous, but others have medicinal properties.
## Locations in Berleben
```dataview
table description as "Description" from "ttrpgs/Temporary White Circle"
WHERE (contains(type,"place") or contains(type, "shop")) and contains(location,"Berleben")
SORT file.name ASC
```
## NPCs
```dataview
table description as "Description" from "ttrpgs/Temporary White Circle"
WHERE contains(type,"NPC") or contains(type,"faction") and contains(location,"Berleben")
SORT file.name ASC
```
## Sessions in Berleben
```dataview
TABLE summary from "ttrpgs/Temporary White Circle"
WHERE type = "session" and contains(location,"Berleben")
```