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.

158 lines
4.3 KiB

1 year ago
  1. {
  2. "id": "dice-so-nice",
  3. "name": "dice-so-nice",
  4. "title": "Dice So Nice!",
  5. "description": "Adds customizable 3D dice to Foundry VTT with lots of options to fit your playstyle.",
  6. "version": "4.6.5",
  7. "minimumCoreVersion" : "10.288",
  8. "compatibleCoreVersion" : 10,
  9. "compatibility": {
  10. "minimum": 10,
  11. "verified": "10.288"
  12. },
  13. "author": "Simone, JDW",
  14. "authors": [
  15. {
  16. "name": "Simone",
  17. "discord": "Simone [UTC +2]#6710"
  18. },
  19. {
  20. "name": "JDW",
  21. "discord": "JDW#6422",
  22. "reddit": "u/jidewe",
  23. "ko-fi": "jdwfvtt"
  24. }
  25. ],
  26. "esmodules": [
  27. "./main.js"
  28. ],
  29. "scripts": [
  30. "./libs/cannon.min.js",
  31. "./libs/select2.min.js"
  32. ],
  33. "socket": true,
  34. "styles": [
  35. "./css/style.css",
  36. "./css/select2.css"
  37. ],
  38. "languages": [
  39. {
  40. "lang": "en",
  41. "name": "English",
  42. "path": "./lang/en.json"
  43. },
  44. {
  45. "lang": "it",
  46. "name": "Italian",
  47. "path": "./lang/it.json"
  48. },
  49. {
  50. "lang": "es",
  51. "name": "Español",
  52. "path": "./lang/es.json"
  53. },
  54. {
  55. "lang": "ca",
  56. "name": "Català",
  57. "path": "./lang/ca.json"
  58. },
  59. {
  60. "lang": "zh-tw",
  61. "name": "正體中文",
  62. "path": "./lang/zh-tw.json"
  63. },
  64. {
  65. "lang": "ko",
  66. "name": "Korean",
  67. "path": "./lang/ko.json"
  68. },
  69. {
  70. "lang": "pt-BR",
  71. "name": "Português (Brasil)",
  72. "path": "./lang/pt-BR.json"
  73. },
  74. {
  75. "lang": "fr",
  76. "name": "Français",
  77. "path": "./lang/fr.json"
  78. },
  79. {
  80. "lang": "ja",
  81. "name": "日本語",
  82. "path": "./lang/ja.json"
  83. },
  84. {
  85. "lang": "de",
  86. "name": "Deutsch",
  87. "path": "./lang/de.json"
  88. },
  89. {
  90. "lang": "cs",
  91. "name": "Česky",
  92. "path": "./lang/cs.json"
  93. },
  94. {
  95. "lang": "fi",
  96. "name": "Suomi",
  97. "path": "./lang/fi.json"
  98. },
  99. {
  100. "lang": "sv",
  101. "name": "Svenska",
  102. "path": "./lang/sv.json"
  103. },
  104. {
  105. "lang": "ro",
  106. "name": "Română",
  107. "path": "./lang/ro.json"
  108. },
  109. {
  110. "lang": "ru",
  111. "name": "Русский",
  112. "path": "./lang/ru.json"
  113. },
  114. {
  115. "lang": "pl",
  116. "name": "polski",
  117. "path": "./lang/pl.json"
  118. }
  119. ],
  120. "media": [
  121. {
  122. "type": "cover",
  123. "link": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice/-/raw/master/cover.jpg"
  124. },
  125. {
  126. "type": "video",
  127. "link": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice/-/raw/master/dsnloop-360.webm",
  128. "loop": true
  129. },
  130. {
  131. "type": "video",
  132. "link": "https://www.youtube.com/watch?v=86lfgkMjGDs"
  133. },
  134. {
  135. "type": "screenshot",
  136. "link": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice/-/raw/master/screenshot1.jpg"
  137. },
  138. {
  139. "type": "screenshot",
  140. "link": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice/-/raw/master/screenshot2.jpg"
  141. },
  142. {
  143. "type": "screenshot",
  144. "link": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice/-/raw/master/screenshot3.jpg"
  145. },
  146. {
  147. "type": "screenshot",
  148. "link": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice/-/raw/master/screenshot4.jpg"
  149. }
  150. ],
  151. "url": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice",
  152. "manifest": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice/-/raw/master/module/module.json",
  153. "download": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice/-/jobs/artifacts/4.6.5/raw/dist/dice-so-nice.zip?job=build",
  154. "bugs": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice/-/issues",
  155. "readme": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice/-/blob/master/README.md",
  156. "flags": {
  157. "allowBugReporter": true
  158. }
  159. }