Giter VIP home page Giter VIP logo

a5e-monster-data's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.