# [[Ruins of Elven Fortress]]
This place used to be a structure of elven construction. It was a fortress with a small population, intended to mark the entrance to [[Weirroot Forest]]. However, it is currently in ruins and overrun with orcs. The whole place stinks of compost and the air is filled with visible pollen/dust.
![[basic-fantasy-elf-gate.png]]
## Locations in Ruins of Elven Fortress
```dataview
table description as "Description" from "ttrpgs/Return of the Green Death"
WHERE contains(type,"place") and contains(location,"Ruins of Elven Fortress")
SORT file.name ASC
```
## NPCs in Ruins of Elven Fortress
```dataview
table description as "Description" from "ttrpgs/Return of the Green Death"
WHERE contains(type,"NPC") or contains(type,"faction") and contains(location,"Ruins of Elven Fortress")
SORT file.name ASC
```