All user data for FoundryVTT. Includes worlds, systems, modules, and any asset in the "foundryuserdata" directory. Does NOT include the FoundryVTT installation itself.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

136 lines
3.8 KiB

1 year ago
  1. {
  2. "id": "df-curvy-walls",
  3. "version": "3.4.0",
  4. "title": "DF Curvy Walls",
  5. "description": "Creates wall segments along a Bezier Cubic or Quadratic curve, an ellipse, or a rectangle",
  6. "compatibility": {
  7. "minimum": "10",
  8. "verified": "10.288"
  9. },
  10. "relationships": {
  11. "requires": [
  12. {
  13. "id": "lib-wrapper",
  14. "type": "module",
  15. "compatibility": {
  16. "verified": "1.12.10.0"
  17. }
  18. },
  19. {
  20. "id": "lib-df-buttons",
  21. "type": "module",
  22. "compatibility": {
  23. "minimum": "1.4.0"
  24. }
  25. }
  26. ]
  27. },
  28. "esmodules": [
  29. "src/main.js"
  30. ],
  31. "styles": [
  32. "css/df-curvy-walls.css"
  33. ],
  34. "languages": [
  35. {
  36. "lang": "en",
  37. "path": "lang/en.json",
  38. "name": "English",
  39. "flags": {}
  40. },
  41. {
  42. "lang": "fr",
  43. "path": "lang/fr.json",
  44. "name": "French",
  45. "flags": {}
  46. },
  47. {
  48. "lang": "es",
  49. "path": "lang/es.json",
  50. "name": "Español",
  51. "flags": {}
  52. },
  53. {
  54. "lang": "ja",
  55. "path": "lang/ja.json",
  56. "name": "日本語",
  57. "flags": {}
  58. },
  59. {
  60. "lang": "pt-BR",
  61. "path": "lang/pt-BR.json",
  62. "name": "Português (Brasil)",
  63. "flags": {}
  64. }
  65. ],
  66. "url": "https://github.com/flamewave000/dragonflagon-fvtt/tree/master/df-curvy-walls",
  67. "license": "https://raw.githubusercontent.com/flamewave000/dragonflagon-fvtt/master/LICENSE",
  68. "manifest": "https://dragonflagon.cafe/mods/man/df-curvy-walls",
  69. "download": "https://dragonflagon.cafe/mods/pak/df-curvy-walls",
  70. "readme": "https://github.com/flamewave000/dragonflagon-fvtt/tree/master/df-curvy-walls/README.md",
  71. "changelog": "https://github.com/flamewave000/dragonflagon-fvtt/tree/master/df-curvy-walls/CHANGELOG.md",
  72. "bugs": "https://github.com/flamewave000/dragonflagon-fvtt/issues/new/choose",
  73. "authors": [
  74. {
  75. "name": "flamewave000",
  76. "discord": "flamewave000#0001",
  77. "url": "https://github.com/flamewave000",
  78. "flags": {}
  79. }
  80. ],
  81. "media": [
  82. {
  83. "type": "cover",
  84. "url": "https://raw.githubusercontent.com/flamewave000/dragonflagon-fvtt/master/.assets/df-curvy-walls/cover.png",
  85. "loop": false,
  86. "flags": {}
  87. },
  88. {
  89. "type": "icon",
  90. "url": "https://raw.githubusercontent.com/flamewave000/dragonflagon-fvtt/master/.assets/logo.png",
  91. "loop": false,
  92. "flags": {}
  93. },
  94. {
  95. "type": "screenshot",
  96. "url": "https://raw.githubusercontent.com/flamewave000/dragonflagon-fvtt/master/.assets/df-curvy-walls/cubic.gif",
  97. "loop": false,
  98. "flags": {}
  99. },
  100. {
  101. "type": "screenshot",
  102. "url": "https://raw.githubusercontent.com/flamewave000/dragonflagon-fvtt/master/.assets/df-curvy-walls/quadratic.gif",
  103. "loop": false,
  104. "flags": {}
  105. },
  106. {
  107. "type": "screenshot",
  108. "url": "https://raw.githubusercontent.com/flamewave000/dragonflagon-fvtt/master/.assets/df-curvy-walls/ellipse.gif",
  109. "loop": false,
  110. "flags": {}
  111. },
  112. {
  113. "type": "screenshot",
  114. "url": "https://raw.githubusercontent.com/flamewave000/dragonflagon-fvtt/master/.assets/df-curvy-walls/rectangle.gif",
  115. "loop": false,
  116. "flags": {}
  117. },
  118. {
  119. "type": "screenshot",
  120. "url": "https://raw.githubusercontent.com/flamewave000/dragonflagon-fvtt/master/.assets/df-curvy-walls/tracing.gif",
  121. "loop": false,
  122. "flags": {}
  123. },
  124. {
  125. "type": "screenshot",
  126. "url": "https://raw.githubusercontent.com/flamewave000/dragonflagon-fvtt/master/.assets/df-curvy-walls/clone-tool.gif",
  127. "loop": false,
  128. "flags": {}
  129. },
  130. {
  131. "type": "screenshot",
  132. "url": "https://raw.githubusercontent.com/flamewave000/dragonflagon-fvtt/master/.assets/df-curvy-walls/circ-rect-special-placement.gif",
  133. "loop": false,
  134. "flags": {}
  135. }
  136. ]
  137. }