# Skill Based >[!overview] > (description:: A characters skills / abilities / powers are gained or purchased and generally not inherited or granted as with a character class. Typically, Skills have values denoted by numeric systems (e.g., 1, 2, 5) or narrative tags (e.g., "good", "great", "expert"). Typically, Skills are considered to be learned components of characters, that can be learned, taught, and improved upon.) > [!log] Games in Collection > ```dataview > TABLE WITHOUT ID > link(file.path, title) AS "Title", > mechanics AS "Mechanics", > description AS "Description" > FROM "60 Games/61 Tabletop" > WHERE contains(type, "Game") AND contains(mechanics, this.file.link) > SORT title_sort asc > ```