# Dice (Percentile) >[!overview] > (description:: Percentile dice generate a number between 1 and 100. Some games may use percentile dice to generate numbers between 0 and 99.) > [!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 > ```