A small add-on module for Foundry VTT which converts wall segments to drawings for quick maps
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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