# Forbidden Lands
> [!overview]
> [system:: [[Year Zero Engine]]]
> [mechanics:: [[Attribute or Stat-based]], [[Class-based]], [[Dice, Primarily d6]], [[Dice, Various]], [[Point-based]], [[Skill Based]]]
> [company:: [[Free League Publishing]]]
> [url:: [Official Site](https://freeleaguepublishing.com/en/games/forbidden-lands/)]
>
> ---
>
> (description:: Forbidden Lands is a new take on classic fantasy roleplaying. In this sandbox survival roleplaying game, you’re not heroes sent on missions dictated by others – instead, you are raiders and rogues bent on making your own mark on a cursed world. You will discover lost tombs, fight terrible monsters, wander the wild lands, and if you live long enough, build your own stronghold to defend.)
> [!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
> ```