├── LICENSE ├── README.md ├── charactercreation.html ├── css ├── bootstrap.css ├── jquery.smartmenus.bootstrap.css └── style.css ├── data.json ├── favicon.ico ├── fonts ├── dalelands │ ├── Dalelands Uncial Bold Italic.otf │ ├── Dalelands Uncial Bold.otf │ ├── Dalelands Uncial Condensed Bold Italic.otf │ ├── Dalelands Uncial Condensed Bold.otf │ ├── Dalelands Uncial Condensed Italic.otf │ ├── Dalelands Uncial Condensed.otf │ ├── Dalelands Uncial Italic.otf │ ├── Dalelands Uncial.otf │ └── Font License.txt ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.svg ├── glyphicons-halflings-regular.ttf ├── glyphicons-halflings-regular.woff └── glyphicons-halflings-regular.woff2 ├── index.html ├── js ├── bootstrap.min.js ├── jquery-2.1.4.min.js ├── jquery.smartmenus.bootstrap.min.js ├── jquery.smartmenus.min.js ├── script.js ├── typeahead.jquery.js └── xmltojson.js ├── osd.xml └── rules.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/README.md -------------------------------------------------------------------------------- /charactercreation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/charactercreation.html -------------------------------------------------------------------------------- /css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/css/bootstrap.css -------------------------------------------------------------------------------- /css/jquery.smartmenus.bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/css/jquery.smartmenus.bootstrap.css -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/css/style.css -------------------------------------------------------------------------------- /data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/data.json -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/favicon.ico -------------------------------------------------------------------------------- /fonts/dalelands/Dalelands Uncial Bold Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/fonts/dalelands/Dalelands Uncial Bold Italic.otf -------------------------------------------------------------------------------- /fonts/dalelands/Dalelands Uncial Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/fonts/dalelands/Dalelands Uncial Bold.otf -------------------------------------------------------------------------------- /fonts/dalelands/Dalelands Uncial Condensed Bold Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/fonts/dalelands/Dalelands Uncial Condensed Bold Italic.otf -------------------------------------------------------------------------------- /fonts/dalelands/Dalelands Uncial Condensed Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/fonts/dalelands/Dalelands Uncial Condensed Bold.otf -------------------------------------------------------------------------------- /fonts/dalelands/Dalelands Uncial Condensed Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/fonts/dalelands/Dalelands Uncial Condensed Italic.otf -------------------------------------------------------------------------------- /fonts/dalelands/Dalelands Uncial Condensed.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/fonts/dalelands/Dalelands Uncial Condensed.otf -------------------------------------------------------------------------------- /fonts/dalelands/Dalelands Uncial Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/fonts/dalelands/Dalelands Uncial Italic.otf -------------------------------------------------------------------------------- /fonts/dalelands/Dalelands Uncial.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/fonts/dalelands/Dalelands Uncial.otf -------------------------------------------------------------------------------- /fonts/dalelands/Font License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/fonts/dalelands/Font License.txt -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/index.html -------------------------------------------------------------------------------- /js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/js/bootstrap.min.js -------------------------------------------------------------------------------- /js/jquery-2.1.4.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/js/jquery-2.1.4.min.js -------------------------------------------------------------------------------- /js/jquery.smartmenus.bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/js/jquery.smartmenus.bootstrap.min.js -------------------------------------------------------------------------------- /js/jquery.smartmenus.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/js/jquery.smartmenus.min.js -------------------------------------------------------------------------------- /js/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/js/script.js -------------------------------------------------------------------------------- /js/typeahead.jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/js/typeahead.jquery.js -------------------------------------------------------------------------------- /js/xmltojson.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/js/xmltojson.js -------------------------------------------------------------------------------- /osd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/osd.xml -------------------------------------------------------------------------------- /rules.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radai/dnd5tools/HEAD/rules.json --------------------------------------------------------------------------------