# The One Ring
> [!overview]
> [system:: ]
> [mechanics:: [[Attribute or Stat-based]], [[Class-based]], [[Dice, Primarily d6]], [[Dice, Pool]], [[Point-based]], [[Race-based]], [[Skill Based]], [[Trait or Aspect Based]]]
> [company:: [[Free League Publishing]]]
> [url:: ]
>
> ---
>
> (description:: This is The One Ring, a roleplaying game based on The Hobbit™ and The Lord of the Rings™, two extraordinary works of fiction by the beloved author and respected academic, [[J.R.R. Tolkien]]. With these books, Tolkien introduced readers to his greatest creation, the world of Middle-earth, a mythic land from a remote past. With *The One Ring*, Middle-earth is yours to explore — you will travel the land searching for clues about the return of the Shadow, and have the chance to play a part in the struggle against the Enemy…)
> [!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
> ```