Skip to content

Commit

Permalink
wfrp compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-man committed Apr 10, 2020
1 parent ace81ab commit abba07a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# FVTT-DD-Importer
Allows Importing DungeonDraft map files into FoundryVTT

**Version 0.5**: Utilizes DD 0.9.1.1's VTT specific export function - Includes Cave Walls now!
**Version 0.51**: Utilizes DD 0.9.1.1's VTT specific export function - Includes Cave Walls now!

Manifest: `https://raw.githubusercontent.com/moo-man/FVTT-DD-Import/master/module.json`
10 changes: 5 additions & 5 deletions ddimport.js
Expand Up @@ -8,11 +8,11 @@ Hooks.on("renderSidebarTab", async (app, html) => {
new Dialog({
title : "DungeonDraft Import",
content :
`
<div class="import-options">Scene Name <input type = 'text' name = "sceneName"/></div>
<div class="import-options">Path <input type = 'text' name = "path" value="${path}"/></div>
<div class="import-options" title = "Fidelity decides how many cave walls to skip - Right is high fidelity, no walls skipped">Fidelity<input type="range" min="1" max="6" value: "3" name="fidelity"></div>
<div class="import-options"><input class="file-picker" type = 'file' accept = ".dd2vtt"/></div>
`</div>
<div class="form-group import"><div class="import-options">Scene Name</div><input type = 'text' name = "sceneName"/></div>
<div class="form-group import"><div class="import-options">Path</div><input type = 'text' name = "path" value="${path}"/></div>
<div class="form-group import"><div class="import-options" title = "Fidelity decides how many cave walls to skip - Right is high fidelity, no walls skipped">Fidelity</div><input type="range" min="1" max="6" value: "3" name="fidelity"></div>
<div class="form-group import"><div class="import-options">Upload</div><input class="file-picker" type = 'file' accept = ".dd2vtt"/></div>
`,
buttons :{
import : {
Expand Down
2 changes: 1 addition & 1 deletion module.json
Expand Up @@ -2,7 +2,7 @@
"name": "dd-import",
"title": "DungeonDraft Importer",
"description": "Imports scene elements from Dungeon Draft map files",
"version": "0.5",
"version": "0.51",
"author": "Moo Man, m42e",
"scripts": ["./ddimport.js"],
"styles": ["./styles.css"],
Expand Down

0 comments on commit abba07a

Please sign in to comment.