# Tabletop Roleplaying Games
> [!metadata]- Games
> ```dataview
> TABLE WITHOUT ID
> link(file.path, title) AS "Title",
> link(system) AS "System",
> mechanics AS "Mechanics",
> description AS "Description"
> FROM "60 Games/61 Tabletop"
> WHERE contains(type, "RPG") AND contains(type, "Overview")
> SORT title_sort asc
> ```
> [!metadata]- Solo Games
> ```dataview
> TABLE WITHOUT ID
> link(file.path, title) AS "Title",
> link(game) AS "Game",
> mechanics AS "Mechanics",
> description AS "Description"
> FROM "60 Games/61 Tabletop"
> WHERE contains(type, "RPG") AND contains(type, "Solo")
> SORT title_sort asc
> ```
> [!metadata]- Core Rulebooks
> ```dataview
> TABLE WITHOUT ID
> link(file.path, title) AS "Title",
> mechanics AS "Mechanics",
> game AS "Game",
> description AS "Description"
> FROM "60 Games/61 Tabletop"
> WHERE contains(type, "Core Rulebook")
> SORT title_sort asc
> ```
Landing page for all of my TTRPG shenanigans.
- ![[folder.svg|13]] **60 Games**
- ![[folder.svg|13]] **61 Tabletop**
- This section is for both cataloging and reference, and includes details from different systems broken down so I can easily access them.
- This also includes some overview sections, like:
- ![[folder.svg|13]] **61.01 Systems**
- ![[folder.svg|13]] **61.02 Mechanics**
- ![[folder.svg|13]] **61.03 Companies**
- ![[folder.svg|13]] **61.04 Game Genres**
- ![[folder.svg|13]] **61.05 Categories**
- ![[folder.svg|13]] **61.06 SRDs**
- I may publish overview notes on a game, but I don't publish content. In addition, any links to PDFs (including table of contents) link to my source material that I keep in [[DEVONthink]].
- ![[folder.svg|13]] **62 Campaigns**
- For games where there are multiple sessions (either a few as a short arc, or a longer term campaign)
- Folder is typically named with the starting month (YYYY-MM) and campaign name (i.e. [[Blade Runner - Electric Dreams|2024-04 Electric Dreams]])
- Typical structure includes:
- ![[folder.svg|13]] **01 Admin**
- ![[folder.svg|13]] **02 Sessions**
- ![[folder.svg|13]] **03** (folder retired, kept as placeholder)
- ![[folder.svg|13]] **04 PCs**
- ![[folder.svg|13]] **05 NPCs**
- ![[folder.svg|13]] **06 Locations**
- ![[folder.svg|13]] **07 Handouts**
- ![[folder.svg|13]] **63 One Shots**
- Single session games that don't require a whole lot of overhead… may contain a character sheet or two…
- Folder is typically named with the date (YYYY-MM-DD), sometimes the game, and one-shot name (i.e. [[2024-10-20 Call of Cthulhu - Saturnine Chalice]])
- ![[folder.svg|13]] **64 Solo RPGs**
- For my solo nerdery, since it doesn't fit as a campaign or one-shot
- ![[folder.svg|13]] **65 Text Adventures**
- For TTRPG-adjacent material like escape rooms or text adventures
- ![[folder.svg|13]] **66 Video Games**
- …not TTRPG, but have to have somewhere to keep my notes on [[Stardew Valley]] after all…