Browse Source

Add description of basic module intent & manifest

tags/0.0.1
bertieb 3 years ago
commit
c2a330471b
2 changed files with 14 additions and 0 deletions
  1. +5
    -0
      README.md
  2. +9
    -0
      module.json

+ 5
- 0
README.md View File

@@ -0,0 +1,5 @@
# Walls-to-Drawings for Foundry VTT

This add-on module for Foundry lets you convert convert walls to something players can see by converting Wall objects to Drawing objects.

It is intended for quick, one-off scenes which are made by doing a quick sketch of the scene (by placing walls) to create an environment; as opposed to scenes in which invisible walls are drawn on top of a premade map.

+ 9
- 0
module.json View File

@@ -0,0 +1,9 @@
{
"name": "foundry-walls-to-drawing",
"title": "Walls-to-Drawing",
"description": "Convert selected walls to a Drawing to make walls visible to players",
"authors": [{ "name": "BertieB", "email": "foundry@bertieb.org", "url": "https://bertieb.org" }],
"version": "0.0.1",
"minimumCoreVersion": "0.6.5",
"scripts": [ "scripts/wallconvert.js" ]
}

Loading…
Cancel
Save