A small add-on module for Foundry VTT which converts wall segments to drawings for quick maps
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
650 B

  1. {
  2. "name": "foundry-walls-to-drawings",
  3. "title": "Walls-to-Drawings",
  4. "description": "Convert selected walls to drawings to make walls visible to players",
  5. "authors": [{ "name": "BertieB", "email": "foundry@bertieb.org", "url": "https://bertieb.org" }],
  6. "version": "0.1.0",
  7. "minimumCoreVersion": "0.6.5",
  8. "compatibleCoreVersion": "0.6.5",
  9. "scripts": [ "scripts/wallconvert.js" ],
  10. "url": "https://git.bertieb.org/bertieb/foundry-walls-to-drawing",
  11. "manifest": "https://git.bertieb.org/bertieb/foundry-walls-to-drawing/raw/branch/master/module.json",
  12. "download": "https://git.bertieb.org/bertieb/foundry-walls-to-drawing/archive/0.1.0.zip"
  13. }