# Lawful Good
**Lawful good** (LG) creatures can be counted on to do the right thing as expected by society. Gold dragons, paladins, and most dwarves are lawful good.
> [!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
> ```