A small add-on module for Foundry VTT which converts wall segments to drawings for quick maps
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
522 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.1",
  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. }