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.

14 lignes
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. }