A small add-on module for Foundry VTT which converts wall segments to drawings for quick maps
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

module.json 614 B

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