From 937fac9fd6e1e6989dba28e39c9b1899722d7ca5 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 3 Jul 2019 14:56:30 +0300 Subject: Add instructions text --- public/index.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/public/index.html b/public/index.html index bf0f921..8b09cec 100644 --- a/public/index.html +++ b/public/index.html @@ -21,6 +21,32 @@ +
+

Motivation & Instructions

+

+ I needed to get my homebrew statblocks from 5etools to Improved Initiative. + 5etools can output a readable JSON format, and Improved Initiative can read + a DnDAppFile XML. This tool converts one to another. +

+

Example use case w/ Improved Initiative

+
    +
  1. Go to "Utilities" > "Homebrew builder" in 5etools +
  2. From the autohiding hamburger menu click "Download creatures as JSON" +
  3. Upload that JSON file to this tool +
  4. Click "convert" +
  5. Save the XML file on your machine +
  6. Go to Improved Initiative editor and go to "Settings" > "Account" +
  7. Upload the XML file with "Import statblocks and spells from DnDAppFile" +
  8. Done :) +
+

About

+

+ This software is open source. The source can be found here: https://gitlab.com/jans.tuomi/5etools-to-dndappfile +

+

+ Author: Jan Tuomi, <jans.tuomi@gmail.com> +

+
-- cgit v1.3