Adventure Layout
Aimed at documenting homebrewed adventures from the point-of-view of the Dungeon Master, use this when planning an adventure, so that all information regarding it is centralized.
This layout has two columns:
- The left one contains fist-level header, author name and date. Under which sits the main content of the post - all that is not on the front matter.
- The right one shows the adventure metadata (all of which is under the
adventure
variable in the front matter) in a information box, below we list the metadata available to set and its requirement or lack thereof.
Metadata | Required? | Type | Description |
---|---|---|---|
name | string | The name of the adventure | |
char-num | integer | The number of player characters suggested for the adventure | |
lvl | object | An object describing suggested levels, see below | |
lvl.range | boolean |
true if designed for a range of levels (e.g. 1st-3rd), false otherwise | |
lvl.min | string | Minimum PC level suggested (e.g. 3 ), required if lvl.range is true
| |
lvl.max | string | Maximum PC level suggested, required if lvl.range is true
| |
lvl.lvl | string | PC level suggested, required if lvl.range is false
| |
max-xp | integer | Maximum XP obtainable for the adventure | |
max-gp | integer | Maximum gold obtainable for the adventure | |
encounters | integer | Number of encounters available on the adventure | |
type | string | Type of adventure (e.g. Dungeon Delve ) | |
questline | object | An object describing the questline to which this adventure pertains | |
questline.name | string | The name of the questline or campaign | |
questline.chapter | string | The chapter of the questline or campaign |