# Neutral Evil
**Neutral evil** (NE) is the alignment of those who do whatever they can get away with, without compassion or qualms. Many drow, some cloud giants, and goblins are neutral evil.
> [!info] Deities
> ```dataview
> TABLE WITHOUT ID
> link(file.path,title) AS "",
> deity-category AS "Category",
> domain AS "Domain(s)",
> pantheon AS "Pantheon",
> symbol AS "Symbol",
> source AS "Source"
> FROM "60 Games/61 Tabletop/Dungeons & Dragons 5e/Details/Deities"
> WHERE contains(alignment, this.file.link)
> SORT title_sort asc
> ```