== What is this This directory contains variant rules, ideas, and other supplementary material I personally use in home games. All of these supplements have been playtested by me, at the very least. Most have also been used in game sessions I've had with other people. If you use any of the content here, you may well be the first person trying it without me in the room to explain the rules. Should you try them in a game, and have questions or feedback, you can contact me at seth [dot] gaming [at] the domain of kenlon [dot] com. == How to use the files The files are written in an plain text format called Asciidoc. You can open them in a good text editor like https://pulsar-edit.dev[Pulsar] or even in a word processor like https://libreoffice.org[LibreOffice]. You can convert a campaign into a pretty PDF or HTML using [http://asciidoctor.org](Asciidoctor). For example, run this command to produce `example.pdf`: ---- $ asciidoctor-pdf example.adoc ---- Some projects also contain a Makefile, in which case you can run this command instead: ---- $ make pdf ----