A small add-on module for Foundry VTT which converts wall segments to drawings for quick maps
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
614 B

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