-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
*.svg filter=lfs diff=lfs merge=lfs -text | ||
*.zip filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,32 @@ | ||
# foundry-4e-tools | ||
D&D 4th Edition Tools for Foundry VTT | ||
 | ||
|
||
## Importer | ||
* **Author**: Draconas#9000 | ||
* **Foundry VTT Compatibility**: 0.8.9 | ||
* **DnD4E system compatibility**: 0.2.38 | ||
|
||
### Description | ||
An importer for Monster Data from Masterplan. You will need https://github.com/draconas1/masterplan-json-export to export the data, this module provides the importer | ||
|
||
## Installation | ||
* Open the Foundry application and click **"Install System"** in the **"Addon Modules"** tab. | ||
* Paste the following link: https://github.com/draconas1/foundry-4e-tools/blob/main/module.json | ||
* Click "Install" | ||
* Enable it on your game. | ||
|
||
# NOTE IT IS CURRENTLY IN DEV! | ||
|
||
## Use | ||
|
||
It is currently extremely rough and ready. | ||
|
||
An import button will appear on the actors/items/compendium tab of the chat. It only imports NPC's regardless of where you click it. | ||
|
||
When the popup box appears paste the json from the masterplan in there and click import. | ||
|
||
## Notes | ||
There are probably a lot of bugs, here are some I know about: | ||
1. It still has legacy code and UI for the "todo list" tutorial all over it. | ||
2. No checking if the actor already exists | ||
3. Power range calculation is still a bit iffy based on the quality of the Masterplan file | ||
4. You need version 38 of dnd4e to get power range of "melee", which isn't released yet |