Skip to content

Level Up Advanced 5th Edition monster data in YAML format for Obsidian TTRPG Statblocks

Notifications You must be signed in to change notification settings

ObsidianTTRPGProject/a5e-monster-data

 
 

Repository files navigation

Level Up Advanced 5th Edition Monster Data

This repository contains the monster data from the Level Up Advanced 5th Edition Dungeons & Dragons game in markdown format as YAML frontmatter. The files are generated from the monster card JSON files created by Thomas Stump. The processing is done by a simple (and slightly nasty) PHP script which parses the original JSON and produces markdown files, embedding the monster data as frontmatter using the YAML format supported by Jeremy Valentine's excellent Obsidian TTRPG Statblocks and Initiative Tracker plugins.

Using the files

The Level Up monsters should now be available as statblocks - just make sure to add '- A5E' at the end of the name:

```statblock
monster: Aboleth - A5E
```

If you're using the Initiative Tracker plugin you can use the monster names in your encounters:

```encounter
name: Big Fight!
creatures:
  - 10: Gelatinous Cube - A5E
```

Processing the files

You'll need PHP installed locally.

  • Clone this repository locally
  • Run composer install to pull in the requirements
  • Download the latest data from the EN World resources page
  • Unzip the data and copy the JSON files directly into the data directory. The files may unzip into a new directory. Make sure you copy or move the JSON files themselves - don't just move the unzipped directory.
  • Run the script like this
php process.php
  • You should end up with a load of markdown files in the Level Up 5E Monster Data directory
  • Test them by copying them into your Obsidian vault and trying out a statblock

About

Level Up Advanced 5th Edition monster data in YAML format for Obsidian TTRPG Statblocks

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%