# Apocalypse World
> [!overview]
> [system:: [[Powered by the Apocalypse]]]
> [mechanics:: [[Attribute or Stat-based]], [[Class-based]], [[Description Based]], [[Dice, Primarily d6]]]
> [company:: ]
> [url:: ]
>
> ---
>
> (description:: Nobody remembers how or why. Maybe nobody ever knew. The oldest living survivors have childhood memories of it: cities burning, society in chaos then collapse, families set to panicked flight, the weird nights when the smoldering sky made midnight into a blood-colored half-day. Now the world is not what it was. Look around you: evidently, certainly, not what it was. But also close your eyes, open your brain: something is wrong. At the limits of perception, something howling, everpresent, full of hate and terror. From this, the world's psychic maelstrom, we none of us have shelter.)
> [!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
> ```