diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2019-07-03 14:56:30 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2019-07-03 14:56:30 +0300 |
| commit | 937fac9fd6e1e6989dba28e39c9b1899722d7ca5 (patch) | |
| tree | ba46e273698fb828d0f90acd0c2de3f52c27cb07 | |
| parent | 72bf9a3b9fe3685bb333c49c03a6bec8d0c9c04d (diff) | |
Add instructions text
| -rw-r--r-- | public/index.html | 26 |
1 files changed, 26 insertions, 0 deletions
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 @@ <button disabled role="button" id="xmlDownloadButton">Download XML as file</button> </div> </div> + <div> + <h3>Motivation & Instructions</h3> + <p> + 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. + </p> + <h4>Example use case w/ Improved Initiative</h4> + <ol> + <li>Go to "Utilities" > "Homebrew builder" in 5etools + <li>From the autohiding hamburger menu click "Download creatures as JSON" + <li>Upload that JSON file to this tool + <li>Click "convert" + <li>Save the XML file on your machine + <li>Go to Improved Initiative editor and go to "Settings" > "Account" + <li>Upload the XML file with "Import statblocks and spells from DnDAppFile" + <li>Done :) + </ol> + <h4>About</h4> + <p> + This software is open source. The source can be found here: https://gitlab.com/jans.tuomi/5etools-to-dndappfile + </p> + <p> + <strong>Author</strong>: Jan Tuomi, <<a href="mailto:jans.tuomi@gmail.com">jans.tuomi@gmail.com</a>> + </p> + </div> <script src="https://unpkg.com/axios/dist/axios.min.js"></script> <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha256-pasqAKBDmFT4eHoN2ndd6lN370kFiGUFyTiUHWhU7k8=" crossorigin="anonymous"></script> |
