# [[Weirroot Forest]]
The Weirroot Forest is supposedly a haunted forest that is populated by the undead, giant spiders, and orcs. It was beset by some sort of disease that's destroyed the vegetation there and is now an evil, dark place.
I know from my background that this forest used to be a beautiful green forest that was the home of elves, but it's very far from that now.
Rumours we've heard about the forest:
- The trees and plants are always watching
- There's a big orc tribe
## Locations in Weirroot Forest
```dataview
table description as "Description" from "ttrpgs/Return of the Green Death"
WHERE contains(type,"place") and contains(location,"Weirroot Forest")
SORT file.name ASC
```
## NPCs in Weirroot Forest
```dataview
table description as "Description" from "ttrpgs/Return of the Green Death"
WHERE contains(type,"NPC") or contains(type,"faction") and contains(location,"Weirroot Forest")
SORT file.name ASC
```