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.

110 lines
2.8 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. {
  2. "title": "Levels",
  3. "description": "Add multiple vertical levels to maps",
  4. "version": "4.2.2",
  5. "authors": [
  6. {
  7. "name": "theripper93",
  8. "email": "tsplab@gmail.com",
  9. "url": "https://www.patreon.com/theripper93"
  10. }
  11. ],
  12. "languages": [
  13. {
  14. "lang": "en",
  15. "name": "English",
  16. "path": "lang/en.json"
  17. },
  18. {
  19. "lang": "de",
  20. "name": "Deutsch",
  21. "path": "lang/de.json"
  22. },
  23. {
  24. "lang": "fr",
  25. "name": "Français",
  26. "path": "lang/fr.json"
  27. },
  28. {
  29. "lang": "es",
  30. "name": "Español",
  31. "path": "lang/es.json"
  32. },
  33. {
  34. "lang": "ja",
  35. "name": "日本語",
  36. "path": "lang/ja.json"
  37. }
  38. ],
  39. "scripts": [
  40. "scripts/ui.js",
  41. "scripts/tooltip.js",
  42. "scripts/lib/jquerysortable.js"
  43. ],
  44. "esmodules": [
  45. "scripts/config.js",
  46. "scripts/main.js"
  47. ],
  48. "styles": [
  49. "styles/levels.css"
  50. ],
  51. "packs": [
  52. {
  53. "name": "levelsmacros",
  54. "label": "Levels Macros",
  55. "path": "packs/macros.db",
  56. "type": "Macro",
  57. "private": false
  58. },
  59. {
  60. "name": "maps",
  61. "label": "Levels Sample Scenes",
  62. "path": "/packs/levels-samples.db",
  63. "type": "Scene",
  64. "private": false
  65. }
  66. ],
  67. "packFolders": [
  68. {
  69. "name": "Levels",
  70. "sorting": "a",
  71. "color": "#ffa200",
  72. "ownership": {
  73. "PLAYER": "NONE"
  74. },
  75. "packs": [
  76. "levelsmacros",
  77. "maps"
  78. ]
  79. }
  80. ],
  81. "url": "https://github.com/theripper93/Levels",
  82. "manifest": "https://github.com/theripper93/Levels/releases/latest/download/module.json",
  83. "download": "https://github.com/theripper93/Levels/releases/download/4.2.2/module.zip",
  84. "id": "levels",
  85. "relationships": {
  86. "requires": [
  87. {
  88. "id": "lib-wrapper",
  89. "type": "module",
  90. "compatibility": {}
  91. },
  92. {
  93. "id": "wall-height",
  94. "type": "module",
  95. "compatibility": {}
  96. }
  97. ],
  98. "recommends": [
  99. {
  100. "id": "theripper-premium-hub",
  101. "type": "module",
  102. "reason": "TheRipper93's Module Hub will alert you of critical updates and give you easy access to documentation in the configure settings screen",
  103. "compatibility": {}
  104. }
  105. ]
  106. },
  107. "compatibility": {
  108. "minimum": "11",
  109. "verified": "11"
  110. }
  111. }