A small add-on module for Foundry VTT which converts wall segments to drawings for quick maps
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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