A small add-on module for Foundry VTT which converts wall segments to drawings for quick maps
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

module.json 614 B

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