# NPCs > [!overview] > parent:: [[Two and a Half Strahds]] Obsidian Publish note: Each character page has a hidden one-line summary of who the character is, or how we met them… and if they’re dead. (Sorry NPCs, Barovia is cruel.) This is sorted alphabetically, so I can do a quick scan to remember who the heck someone is. | | Legend | | -: | ------- | | 💀 | Dead | | 🧟 | Undead | | ❓ | Unknown | | 🧛 | Vampire | ```dataview TABLE WITHOUT ID file.link as "NPC", sixtytwo-status as "", campaign-description as "Description" FROM "60 Games/62 Campaigns/2021-06 Two and a Half Strahds/05 NPCs" WHERE campaign-status = true SORT title asc ``` --- # Resources ## Published ```dataview TABLE aliases AS "Alias", campaign-status AS "Known?", publish AS "Publish" FROM "60 Games/62 Campaigns/62.02 Two and a Half Strahds/05 NPCs" SORT campaign-status asc ```