# Castles & Crusades > [!overview] > [system:: ] > [mechanics:: ] > [company:: Troll Lord Games] > [url:: https://trolllord.com/castles-crusades/] > > --- > > (description:: Plunge into worlds of fantastic adventure where dragons lie and the undead stalk the shades of your mind's imagination, where creatures of legend plunder wealth through the horror of their passage. Monsters grim and foul hold the ecstasy of gold and the renown of glory.) > [!metadata] Sources > ```dataview > TABLE WITHOUT ID > link(file.path, title) AS "Title", > type AS "Type", > pdf AS "PDF" > FROM "60 Games/61 Tabletop" > WHERE contains(game, this.file.link) > SORT title_sort asc > ``` > [!metadata]- Sessions > ```dataview > TABLE WITHOUT ID > link(file.path, title) AS "Title", > date AS "Date", > type AS "Type", > dm AS "DM", > player AS "Players" > FROM "60 Games/62 Campaigns" > WHERE contains(game, this.file.link) > SORT date asc > ```