# [[Kumaburg]]
Kumaburg, once called Roscoe, is a small farming town on the edge of [[Weirroot Forest]]. They don't have much there, and is mostly populated by farmers, but the people are friendly.
One thing that has plagued its inhabitants is the sporadic coming and going of [[Lomur]] and [[The Convulsions Spider]].
## Locations in Kumaburg
```dataview
table description as "Description" from "ttrpgs/Return of the Green Death"
WHERE contains(type,"place") and contains(location,"Kumaburg")
SORT file.name ASC
```
## NPCs in Kumaburg
```dataview
table description as "Description" from "ttrpgs/Return of the Green Death"
WHERE contains(type,"NPC") or contains(type,"faction") and contains(location,"Kumaburg")
SORT file.name ASC
```