· 5 years ago · Jul 22, 2020, 09:44 PM
1[
2 {
3 "name": "hidden-initiative",
4 "version": "0.2.1",
5 "title": "Hidden Initiative",
6 "description": "Enables hiding initiative values and dice rolls from players in the combat tracker",
7 "author": "Steven Fuqua",
8 "license": "MIT",
9 "minimumCoreVersion": "0.6.0",
10 "compatibleCoreVersion": "0.6.5",
11 "url": "https://github.com/sfuqua/fvtt-hidden-intiative",
12 "manifest": "https://raw.githubusercontent.com/sfuqua/fvtt-hidden-initiative/master/module.json",
13 "download": "https://github.com/sfuqua/fvtt-hidden-initiative/releases/download/0.2.1/fvtt-hidden-initiative-module.zip",
14 "languages": [
15 {
16 "lang": "en",
17 "name": "English",
18 "path": "strings/en.json"
19 }
20 ],
21 "scripts": [],
22 "esmodules": [
23 "main.js"
24 ]
25 },
26 {
27 "name": "cycle-token-stack",
28 "title": "Cycle Token Stack",
29 "description": "Cycles through a stack of tokens using repeated left-clicks or key.",
30 "version": "0.4.0",
31 "author": "BeerBuddy",
32 "languages": [
33 {
34 "lang": "en",
35 "name": "English",
36 "path": "./lang/en.json"
37 }
38 ],
39 "minimumCoreVersion": "0.6.3",
40 "compatibleCoreVersion": "0.6.5",
41 "scripts": [
42 "./init.js",
43 "./cycle-token-stack.js"
44 ],
45 "styles": [
46 "./styles.css"
47 ],
48 "url": "https://github.com/aka-beer-buddy/fvtt-cycle-token-stack",
49 "manifest": "https://raw.githubusercontent.com/aka-beer-buddy/fvtt-cycle-token-stack/master/module.json",
50 "download": "https://github.com/aka-beer-buddy/fvtt-cycle-token-stack/raw/master/cycle-token-stack.zip"
51 },
52 {
53 "name": "betternpcsheet5e",
54 "title": "Better NPC Sheet 5e",
55 "description": "This module will replace the default 5e NPC sheet with an improved version. No change to the underlying data is made.",
56 "version": "0.8.2",
57 "author": "Felix#6196",
58 "systems": [
59 "dnd5e"
60 ],
61 "scripts": [],
62 "esmodules": [
63 "/betternpcsheet.js"
64 ],
65 "styles": [
66 "/css/betternpcsheet.css",
67 "css/rpg-awesome.css"
68 ],
69 "packs": [],
70 "languages": [
71 {
72 "lang": "en",
73 "name": "English",
74 "path": "lang/en.json"
75 },
76 {
77 "lang": "ja",
78 "name": "Japanese",
79 "path": "lang/ja.json"
80 },
81 {
82 "lang": "ko",
83 "name": "Korean",
84 "path": "lang/ko.json"
85 },
86 {
87 "lang": "es",
88 "name": "Spanish",
89 "path": "lang/es.json"
90 }
91 ],
92 "url": "https://github.com/syl3r86/BetterNPCSheet5e",
93 "manifest": "https://raw.githubusercontent.com/syl3r86/BetterNPCSheet5e/master/module.json",
94 "download": "https://github.com/syl3r86/BetterNPCSheet5e/archive/v0.8.2.zip",
95 "minimumCoreVersion": "0.6.3",
96 "compatibleCoreVersion": "0.6.4"
97 },
98 {
99 "name": "SupersHomebrewPack",
100 "title": "Super's Homebrew Compendium",
101 "description": "A module that adds additional homebrewed content for your dnd5e games. They are as balanced as possible, but keep in mind that they are still homebrew. Works even better when paired with Magic Items, Better Rolls and Dynamic Effects modules!",
102 "author": "SuperNar3k",
103 "version": "2.9.0",
104 "minimumCoreVersion": "0.6.2",
105 "compatibleCoreVersion": "0.6.5",
106 "url": "https://github.com/SuperNar3k/foundry/tree/master/SupersHomebrewPack",
107 "download": "https://github.com/SuperNar3k/foundry/archive/master.zip",
108 "system": "dnd5e",
109 "manifest": "https://raw.githubusercontent.com/SuperNar3k/foundry/master/SupersHomebrewPack/module.json",
110 "readme": "https://github.com/SuperNar3k/foundry/blob/master/README.md",
111 "changelog": "https://github.com/SuperNar3k/foundry/blob/master/CHANGELOG.md",
112 "packs": [
113 {
114 "name": "items",
115 "label": "Items",
116 "system": "dnd5e",
117 "path": "packs/items.db",
118 "entity": "Item"
119 },
120 {
121 "name": "spells",
122 "label": "Spells",
123 "system": "dnd5e",
124 "path": "packs/spells.db",
125 "entity": "Item"
126 },
127 {
128 "name": "tables",
129 "label": "Tables",
130 "system": "dnd5e",
131 "path": "packs/tables.db",
132 "entity": "RollTable"
133 },
134 {
135 "name": "conditions",
136 "label": "Conditions",
137 "system": "dnd5e",
138 "path": "packs/conditions.db",
139 "entity": "JournalEntry"
140 },
141 {
142 "name": "feats",
143 "label": "Feats",
144 "system": "dnd5e",
145 "path": "packs/feats.db",
146 "entity": "Item"
147 },
148 {
149 "name": "classes",
150 "label": "Classes",
151 "system": "dnd5e",
152 "path": "packs/classes.db",
153 "entity": "Item"
154 },
155 {
156 "name": "class-features",
157 "label": "Class Features",
158 "system": "dnd5e",
159 "path": "packs/class-features.db",
160 "entity": "Item"
161 }
162 ]
163 },
164 {
165 "name": "no-summon-vision",
166 "title": "No Summon Vision",
167 "description": "Players see through their default vision when they control a token without vision",
168 "version": "1.0.0",
169 "author": "Cole Schultz (cole#9640)",
170 "esmodules": [
171 "no-summon-vision.js"
172 ],
173 "minimumCoreVersion": "0.6.2",
174 "compatibleCoreVersion": "0.6.5",
175 "url": "https://github.com/schultzcole/FVTT-No-Summon-Vision",
176 "manifest": "https://raw.githubusercontent.com/schultzcole/FVTT-No-Summon-Vision/master/module.json",
177 "download": "https://github.com/schultzcole/FVTT-No-Summon-Vision/archive/1.0.0.zip",
178 "license": "https://github.com/schultzcole/FVTT-No-Summon-Vision/blob/1.0.0/LICENSE",
179 "readme": "https://github.com/schultzcole/FVTT-No-Summon-Vision/blob/1.0.0/README.md",
180 "changelog": "https://github.com/schultzcole/FVTT-No-Summon-Vision/blob/1.0.0/CHANGELOG.md"
181 },
182 {
183 "name": "ernies-modern-layout",
184 "title": "Ernie's Modern UI",
185 "description": "A visual update for Foundry VTT UI.",
186 "version": "0.1.6",
187 "author": "Ernie",
188 "authors": [
189 {
190 "name": "",
191 "email": "",
192 "url": ""
193 }
194 ],
195 "system": "dnd5e",
196 "styles": [
197 "./css/eml.css"
198 ],
199 "esmodules": [
200 "./js/eml.js"
201 ],
202 "languages": [],
203 "minimumCoreVersion": "0.6.4",
204 "compatibleCoreVersion": "0.6.5",
205 "url": "https://github.com/ernieayala/ernies-modern-layout",
206 "manifest": "https://raw.githubusercontent.com/ernieayala/ernies-modern-layout/master/module.json",
207 "download": "https://github.com/ernieayala/ernies-modern-layout/raw/master/release/ernies-modern-layout-0.1.6.zip",
208 "license": "",
209 "readme": "",
210 "bugs": "",
211 "changelog": ""
212 },
213 {
214 "name": "CautiousGamemastersPack",
215 "title": "Cautious Gamemaster's Pack",
216 "description": "Offers various simple handy options.",
217 "version": "0.1.6",
218 "minimumCoreVersion": "0.6.0",
219 "compatibleCoreVersion": "0.7.0",
220 "author": "Shoyu Vanilla",
221 "esmodules": [
222 "scripts/main.js"
223 ],
224 "styles": [
225 "style.css"
226 ],
227 "socket": true,
228 "languages": [
229 {
230 "lang": "en",
231 "name": "English",
232 "path": "lang/en.json"
233 },
234 {
235 "lang": "ko",
236 "name": "한국어 (Korean)",
237 "path": "lang/ko.json"
238 },
239 {
240 "lang": "ja",
241 "name": "日本語",
242 "path": "lang/ja.json"
243 },
244 {
245 "lang": "pt-BR",
246 "name": "Português (Brasil)",
247 "path": "lang/pt-BR.json"
248 },
249 {
250 "lang": "es",
251 "name": "Castellano",
252 "path": "lang/es-ES.json"
253 }
254 ],
255 "url": "https://github.com/ShoyuVanilla/FoundryVTT-CGMP",
256 "manifest": "https://raw.githubusercontent.com/ShoyuVanilla/FoundryVTT-CGMP/master/module/module.json",
257 "download": "https://github.com/ShoyuVanilla/FoundryVTT-CGMP/releases/download/v0.1.6/release.zip"
258 },
259 {
260 "name": "colorsettings",
261 "title": "lib - Color Settings",
262 "description": "Library that allows modules to add color settings and forms.",
263 "version": "2.4.0",
264 "author": "ardittristan#0001",
265 "esmodules": [
266 "colorSetting.js"
267 ],
268 "socket": true,
269 "url": "https://github.com/ardittristan/VTTColorSettings",
270 "manifest": "https://raw.githubusercontent.com/ardittristan/VTTColorSettings/master/module.json",
271 "download": "https://github.com/ardittristan/VTTColorSettings/releases/download/latest/colorSettings.zip",
272 "minimumCoreVersion": "0.5.5",
273 "compatibleCoreVersion": "0.7.0",
274 "styles": [
275 "./css/colorpicker.css"
276 ]
277 },
278 {
279 "name": "swade-macros-simple",
280 "title": "SWADE Macros Simple",
281 "description": "A set of automation macros for SWADE",
282 "systems": [
283 "swade"
284 ],
285 "version": "1.5.5",
286 "authors": [
287 {
288 "name": "spacemandev"
289 },
290 {
291 "name": "Nnayl"
292 },
293 {
294 "name": "lipefl"
295 }
296 ],
297 "scripts": [],
298 "packs": [
299 {
300 "name": "SWADE-Macros",
301 "label": "SWADE Macros",
302 "system": "swade",
303 "path": "packs/macros.db",
304 "entity": "Macro",
305 "module": "swade-macros"
306 }
307 ],
308 "languages": [
309 {
310 "lang": "en",
311 "name": "English",
312 "path": "lang/en.json"
313 },
314 {
315 "lang": "fr",
316 "name": "Français",
317 "path": "lang/fr.json"
318 },
319 {
320 "lang": "de",
321 "name": "Deutsch",
322 "path": "lang/de.json"
323 },
324 {
325 "lang": "pt",
326 "name": "Portugues",
327 "path": "lang/por.json"
328 }
329 ],
330 "esmodules": [
331 "./scripts/init.js"
332 ],
333 "styles": [
334 "./css/swade-macros.css"
335 ],
336 "url": "https://github.com/Brownie79/swade-macros-simple",
337 "minimumCoreVersion": "0.6.0",
338 "compatibleCoreVersion": "0.6.5",
339 "manifest": "https://raw.githubusercontent.com/Brownie79/swade-macros-simple/master/module.json",
340 "download": "https://github.com/Brownie79/swade-macros-simple/archive/v1.5.5.zip"
341 },
342 {
343 "name": "resourcesplus",
344 "title": "5e-Sheet Resources Plus",
345 "description": "A module that allows you to add more resources to character sheets",
346 "version": "1.5.5",
347 "author": "ardittristan#0001",
348 "esmodules": [
349 "addresources.js"
350 ],
351 "languages": [
352 {
353 "lang": "en",
354 "name": "English",
355 "path": "lang/en.json"
356 },
357 {
358 "lang": "pt-BR",
359 "name": "Português do Brasil",
360 "path": "lang/pt-BR.json"
361 },
362 {
363 "lang": "es",
364 "name": "Castellano",
365 "path": "lang/es-ES.json"
366 }
367 ],
368 "socket": true,
369 "url": "https://github.com/ardittristan/5eSheet-resourcesPlus/tree/master",
370 "manifest": "https://raw.githubusercontent.com/ardittristan/5eSheet-resourcesPlus/master/module.json",
371 "download": "https://github.com/ardittristan/5eSheet-resourcesPlus/releases/download/latest/resources-plus.zip",
372 "minimumCoreVersion": "0.5.5",
373 "compatibleCoreVersion": "0.7.0",
374 "system": "dnd5e",
375 "styles": [
376 "./css/resources-plus.css"
377 ]
378 },
379 {
380 "name": "tidy5e-sheet",
381 "title": "Tidy5e Sheet",
382 "description": "Replaces the default D&D 5e character and NPC sheet with an alternate layout focused on a cleaner UI",
383 "version": "0.2.14",
384 "author": "sdenec#3813",
385 "minimumCoreVersion": "0.6.0",
386 "compatibleCoreVersion": "0.6.5",
387 "systems": [
388 "dnd5e"
389 ],
390 "esmodules": [
391 "./tidy5e-sheet.js",
392 "./tidy5e-favorites.js",
393 "./tidy5e-npc.js"
394 ],
395 "styles": [
396 "./fonts/signika-negative/signika-negative.css",
397 "../fonts/modesto-condensed/modesto-condensed.css",
398 "./styles/tidy5e-sheet.css",
399 "./styles/tidy5e-items.css",
400 "./styles/tidy5e-modules.css",
401 "./styles/tidy5e-npc.css",
402 "./styles/darkmode/tidy5e-darksheet.css",
403 "./styles/darkmode/tidy5e-darknpc.css",
404 "./styles/darkmode/tidy5e-darkitems.css",
405 "./styles/darkmode/tidy5e-darkmodules.css"
406 ],
407 "languages": [
408 {
409 "lang": "en",
410 "name": "English",
411 "path": "lang/en.json"
412 },
413 {
414 "lang": "de",
415 "name": "Deutsch",
416 "path": "lang/de.json"
417 },
418 {
419 "lang": "it",
420 "name": "Italian",
421 "path": "lang/it.json"
422 },
423 {
424 "lang": "ja",
425 "name": "日本語 (Japanese)",
426 "path": "lang/ja.json"
427 },
428 {
429 "lang": "ko",
430 "name": "한국어 (Korean)",
431 "path": "lang/ko.json"
432 },
433 {
434 "lang": "pt-BR",
435 "name": "Brazilian Portuguese",
436 "path": "lang/pt-BR.json"
437 },
438 {
439 "lang": "fr",
440 "name": "Francais",
441 "path": "lang/fr.json"
442 }
443 ],
444 "url": "https://github.com/sdenec/tidy5e-sheet",
445 "manifest": "https://raw.githubusercontent.com/sdenec/tidy5e-sheet/master/module.json",
446 "download": "https://github.com/sdenec/tidy5e-sheet/raw/master/tidy5e-sheet.zip"
447 },
448 {
449 "name": "custom-hotbar",
450 "title": "Custom Hotbar",
451 "description": "An extra fully functional hotbar (currently 1 row only) above the first.",
452 "author": "Norc",
453 "version": "2.0.2",
454 "minimumCoreVersion": "0.5.7",
455 "compatibleCoreVersion": "0.7.0",
456 "esmodules": [
457 "index.js",
458 "./lib/colorsettings/colorSetting.js"
459 ],
460 "languages": [
461 {
462 "lang": "en",
463 "name": "English",
464 "path": "lang/en.json"
465 }
466 ],
467 "styles": [
468 "./css/custom-hotbar.css",
469 "./lib/colorsettings/css/colorpicker.css"
470 ],
471 "manifest": "https://raw.githubusercontent.com/Norc/foundry-custom-hotbar/master/module.json",
472 "download": "https://github.com/Norc/foundry-custom-hotbar/archive/v2.0.2.zip",
473 "url": "https://github.com/Norc/foundry-custom-hotbar"
474 },
475 {
476 "name": "markdown-editor",
477 "title": "MEME - Moerills Efficacious Markdown Editor [BETA]",
478 "description": "This module is currently in beta!<br>This module replaces the default text editor TinyMCE with a markdown editor.<br>For important information, full list of features and a list of keyboard shortcuts, visit <a href='https://github.com/Moerill/fvtt-markdown-editor'>the projects page.</a><br>Please also use the github repo linked above, to provide feedback or for bug reporting.",
479 "version": "0.3.2",
480 "minimumCoreVersion": "0.6.0",
481 "compatibleCoreVersion": "0.7.0",
482 "author": "Moerill",
483 "esmodules": [
484 "scripts/index.js"
485 ],
486 "styles": [
487 "css/markdown-editor.css"
488 ],
489 "manifest": "https://raw.githubusercontent.com/Moerill/fvtt-markdown-editor/master/src/module.json",
490 "url": "https://github.com/Moerill/fvtt-markdown-editor",
491 "download": "https://github.com/Moerill/fvtt-markdown-editor/releases/download/v0.3.2/markdown-editor.zip"
492 },
493 {
494 "name": "dice-tooltip",
495 "title": "Dice Tooltip - D&D5e",
496 "description": "Shows a tooltip in actor sheets when hovering on Items/Spells/etc, with dice and bonus information. Especially useful for people that want to roll physical dice, but still maintain all of the convenience that Foundry provides.",
497 "author": "Steffan Poulsen - Majestic#6238",
498 "version": "1.0.8",
499 "minimumCoreVersion": "0.5.5",
500 "compatibleCoreVersion": "0.6.5",
501 "styles": [
502 "/css/dicetooltip.css"
503 ],
504 "scripts": [
505 "./dicetooltip.js"
506 ],
507 "url": "https://github.com/SteffanPoulsen/dice-tooltip",
508 "manifest": "https://github.com/SteffanPoulsen/dice-tooltip/raw/master/src/module.json",
509 "download": "https://github.com/SteffanPoulsen/dice-tooltip/raw/master/dist/dice-tooltip.zip"
510 },
511 {
512 "name": "monsterblock",
513 "title": "Monster Blocks",
514 "description": "(Beta) An NPC sheet designed to emulate standard 5e monster stat blocks as faithfully as possible. Read-only, supports rolls.",
515 "author": "zeel",
516 "version": "1.0.3",
517 "minimumCoreVersion": "0.6.2",
518 "compatibleCoreVersion": "0.6.5",
519 "system": "dnd5e",
520 "esmodules": [
521 "monsterblock.js"
522 ],
523 "styles": [
524 "monsterblock.css"
525 ],
526 "languages": [
527 {
528 "lang": "en",
529 "name": "English",
530 "path": "lang/en.json"
531 }
532 ],
533 "manifest": "https://raw.githubusercontent.com/zeel01/MonsterBlocks/master/module.json",
534 "url": "https://github.com/zeel01/MonsterBlocks",
535 "download": "https://github.com/zeel01/MonsterBlocks/releases/download/v1.0.3/monsterblock.zip"
536 },
537 {
538 "name": "skill-customization-5e",
539 "title": "Skill Customization for D&D5e",
540 "description": "Gives the ability to apply arbitrary flat bonuses to skill rolls as well as changing the base ability modifier a skill roll uses.",
541 "systems": [
542 "dnd5e"
543 ],
544 "version": "2.0.0",
545 "author": "Cole Schultz (cole#9640)",
546 "esmodules": [
547 "skl-customization.js"
548 ],
549 "styles": [
550 "skl-cust-styles.css"
551 ],
552 "minimumCoreVersion": "0.6.2",
553 "compatibleCoreVersion": "0.6.5",
554 "url": "https://github.com/schultzcole/FVTT-Skill-Customization-5e",
555 "manifest": "https://raw.githubusercontent.com/schultzcole/FVTT-Skill-Customization-5e/master/module.json",
556 "download": "https://github.com/schultzcole/FVTT-Skill-Customization-5e/archive/2.0.0.zip",
557 "license": "https://github.com/schultzcole/FVTT-Skill-Customization-5e/blob/2.0.0/LICENSE",
558 "readme": "https://github.com/schultzcole/FVTT-Skill-Customization-5e/blob/2.0.0/README.md",
559 "changelog": "https://github.com/schultzcole/FVTT-Skill-Customization-5e/blob/2.0.0/CHANGELOG.md"
560 },
561 {
562 "name": "savaged-foundry",
563 "title": "savaged-foundry",
564 "description": "Module to import Savage World Adventure Edition characters created in the amazing savaged.us character generator into FloRad's excellent SWADE system for FoundryVTT.",
565 "systems": [
566 "swade"
567 ],
568 "version": "1.0.2",
569 "author": "tenuki#5050",
570 "authors": [
571 {
572 "name": "",
573 "email": "",
574 "url": ""
575 }
576 ],
577 "scripts": [],
578 "esmodules": [
579 "savaged-foundry.js"
580 ],
581 "styles": [
582 "savaged-foundry.css"
583 ],
584 "packs": [],
585 "languages": [],
586 "minimumCoreVersion": "0.6.2",
587 "compatibleCoreVersion": "0.6.5",
588 "url": "https://gitlab.com/tenuki.igo/savaged-foundry",
589 "manifest": "https://gitlab.com/tenuki.igo/savaged-foundry/-/raw/master/dist/module.json",
590 "download": "https://gitlab.com/tenuki.igo/savaged-foundry/-/raw/v1.0.2/package/savaged-foundry-v1.0.2.zip",
591 "license": "",
592 "readme": "",
593 "bugs": "",
594 "changelog": ""
595 },
596 {
597 "name": "macroeditor",
598 "title": "Macro Editor",
599 "description": "Better code editor for macros.",
600 "version": "1.0.4",
601 "author": "ardittristan#0001",
602 "esmodules": [
603 "editor.js"
604 ],
605 "styles": [
606 "css/macro-editor.css"
607 ],
608 "socket": true,
609 "url": "https://github.com/ardittristan/VTTMacroEditor",
610 "manifest": "https://raw.githubusercontent.com/ardittristan/VTTMacroEditor/master/module.json",
611 "download": "https://github.com/ardittristan/VTTMacroEditor/releases/download/latest/macro-editor.zip",
612 "minimumCoreVersion": "0.5.5",
613 "compatibleCoreVersion": "0.7.0"
614 },
615 {
616 "name": "mageflame-srd-monsters",
617 "title": "Mageflame SRD Monsters",
618 "description": "A scraped import of SRD monsters from https://www.13thagesrd.com/monsters/ for https://gitlab.com/asacolips-projects/foundry-mods/archmage/tree/master",
619 "version": "2.0.0",
620 "dependencies": [
621 {
622 "name": "archmage",
623 "manifest": "https://gitlab.com/asacolips-projects/foundry-mods/archmage/-/raw/1.5.0/system.json",
624 "version": "1.5.0"
625 }
626 ],
627 "minimumCoreVersion": "0.4.4",
628 "compatibleCoreVersion": "0.6.0",
629 "author": "Cody Swendrowski <cody@swendrowski.us>",
630 "scripts": [],
631 "styles": [],
632 "languages": [],
633 "packs": [
634 {
635 "name": "srd-monsters",
636 "label": "SRD Monsters",
637 "system": "archmage",
638 "path": "./packs/srd-monsters.db",
639 "entity": "Actor"
640 }
641 ],
642 "url": "https://github.com/cswendrowski/FoundryVTT-Mageflame-SRD",
643 "manifest": "https://github.com/cswendrowski/FoundryVTT-Mageflame-SRD/releases/download/latest/module.json",
644 "download": "https://github.com/cswendrowski/FoundryVTT-Mageflame-SRD/releases/download/2.0.0/mageflame-srd.zip"
645 },
646 {
647 "name": "lootsheetnpcpf1",
648 "title": "Loot Sheet NPC Pathfinder1",
649 "description": "This module adds an additional NPC sheet which can be used for loot containers such as chests or shopkeepers.",
650 "version": "1.2.7",
651 "author": "Sven Werlen (originally from Jan Ole Peek (ChalkOne) and Charles Miller (Kage))",
652 "systems": [
653 "pf1"
654 ],
655 "esmodules": [
656 "/lootsheetnpcpf1.js"
657 ],
658 "styles": [
659 "/css/lootsheetnpcpf1.css"
660 ],
661 "languages": [
662 {
663 "lang": "en",
664 "name": "English",
665 "path": "lang/en.json"
666 },
667 {
668 "lang": "fr",
669 "name": "French",
670 "path": "lang/fr.json"
671 }
672 ],
673 "socket": true,
674 "url": "https://github.com/SvenWerlen/fvtt-loot-sheet-npc-pf1",
675 "download": "https://github.com/SvenWerlen/fvtt-loot-sheet-npc-pf1/archive/v-1.2.7.zip",
676 "manifest": "https://raw.githubusercontent.com/SvenWerlen/fvtt-loot-sheet-npc-pf1/master/module.json",
677 "minimumCoreVersion": "0.6.0",
678 "compatibleCoreVersion": "1.0.0"
679 },
680 {
681 "name": "tidy-ui_game-settings",
682 "title": "Tidy UI - Game Settings",
683 "description": "User Interface Improvements for the Game Settings Window",
684 "author": "sdenec",
685 "version": "0.1.14",
686 "minimumCoreVersion": "0.6.0",
687 "compatibleCoreVersion": "0.6.5",
688 "styles": [
689 "./styles/tidy-ui_game-settings.css"
690 ],
691 "esmodules": [
692 "tidy-ui_game-settings.js"
693 ],
694 "url": "https://github.com/sdenec/tidy-ui_game-settings",
695 "manifest": "https://raw.githubusercontent.com/sdenec/tidy-ui_game-settings/master/module.json",
696 "download": "https://github.com/sdenec/tidy-ui_game-settings/raw/master/tidy-ui_game-settings.zip"
697 },
698 {
699 "name": "1000-fish",
700 "title": "1000 Fish",
701 "description": "A rollable table of 1000 fish, created by burkenhare#4761 (Discord) ",
702 "version": "1.0.0",
703 "minimumCoreVersion": "0.6.2",
704 "compatibleCoreVersion": "0.7.0",
705 "author": "Fish List: burkenhare#4761, Module: Cody Swendrowski <cody@swendrowski.us>",
706 "packs": [
707 {
708 "name": "1000-fish",
709 "label": "1000 Fish",
710 "path": "./packs/1000-fish.db",
711 "entity": "RollableTable"
712 }
713 ],
714 "url": "https://github.com/cswendrowski/FoundryVTT-1000-Fish",
715 "manifest": "https://github.com/cswendrowski/FoundryVTT-1000-Fish/releases/download/latest/module.json",
716 "download": "https://github.com/cswendrowski/FoundryVTT-1000-Fish/releases/download/1.0.0/module.zip"
717 },
718 {
719 "name": "wall-height",
720 "title": "Wall Height",
721 "description": "Adds the ability to set wall height for walls so that tokens can look over them.",
722 "version": "1.0.3",
723 "author": "Cole Schultz (cole#9640)",
724 "esmodules": [
725 "scripts/wall-height.js"
726 ],
727 "minimumCoreVersion": "0.6.2",
728 "compatibleCoreVersion": "0.6.5",
729 "url": "https://github.com/schultzcole/FVTT-Wall-Height",
730 "manifest": "https://raw.githubusercontent.com/schultzcole/FVTT-Wall-Height/master/module.json",
731 "download": "https://github.com/schultzcole/FVTT-Wall-Height/archive/1.0.3.zip",
732 "license": "https://github.com/schultzcole/FVTT-Wall-Height/blob/1.0.3/LICENSE",
733 "readme": "https://github.com/schultzcole/FVTT-Wall-Height/blob/1.0.3/README.md",
734 "changelog": "https://github.com/schultzcole/FVTT-Wall-Height/blob/1.0.3/CHANGELOG.md"
735 },
736 {
737 "name": "betterrolls-swade",
738 "title": "Better Rolls for Savage Worlds",
739 "description": "This module tries to port the most useful features from Better Roll to SWADE",
740 "minimumCoreVersion": "0.6.0",
741 "compatibleCoreVersion": "0.6.5",
742 "version": "0.1.3",
743 "author": "Javier Rivera",
744 "languages": [
745 {
746 "lang": "en",
747 "name": "English",
748 "path": "lang/en.json"
749 }
750 ],
751 "systems": [
752 "swade"
753 ],
754 "esmodules": [
755 "./scripts/betterrollswade.js"
756 ],
757 "styles": [
758 "./css/betterrolls-swade.css"
759 ],
760 "packs": [],
761 "url": "https://github.com/javierriveracastro/betteroll-swade",
762 "manifest": "https://raw.githubusercontent.com/javierriveracastro/betteroll-swade/master/betterrolls-swade/module.json",
763 "download": "https://github.com/javierriveracastro/betteroll-swade/raw/master/betterrolls-swade.zip"
764 },
765 {
766 "name": "foundry_community_macros",
767 "title": "Foundry Community Macros",
768 "description": "<p>This is a collection of Macros added by the FoundryVTT Community!<br><br>You can add your own macros by making a pull request here: https://github.com/foundry-vtt-community/macros</p>",
769 "version": "0.19",
770 "author": "CyberPathogen",
771 "packs": [
772 {
773 "name": "community-macros-actor",
774 "label": "FVTT Community Macros - Actor",
775 "path": "packs/macros-actor.db",
776 "module": "foundry_community_macros",
777 "entity": "Macro"
778 },
779 {
780 "name": "community-macros-item",
781 "label": "FVTT Community Macros - Item",
782 "path": "packs/macros-item.db",
783 "module": "foundry_community_macros",
784 "entity": "Macro"
785 },
786 {
787 "name": "community-macros-misc",
788 "label": "FVTT Community Macros - MISC",
789 "path": "packs/macros-misc.db",
790 "module": "foundry_community_macros",
791 "entity": "Macro"
792 },
793 {
794 "name": "community-macros-module-specific",
795 "label": "FVTT Community Macros - Module Specific",
796 "path": "packs/macros-module-specific.db",
797 "module": "foundry_community_macros",
798 "entity": "Macro"
799 },
800 {
801 "name": "community-macros-roll",
802 "label": "FVTT Community Macros - Roll",
803 "path": "packs/macros-roll.db",
804 "module": "foundry_community_macros",
805 "entity": "Macro"
806 },
807 {
808 "name": "community-macros-token",
809 "label": "FVTT Community Macros - Token",
810 "path": "packs/macros-token.db",
811 "module": "foundry_community_macros",
812 "entity": "Macro"
813 }
814 ],
815 "url": "https://github.com/foundry-vtt-community/macros",
816 "manifest": "https://github.com/foundry-vtt-community/macros/master/module.json",
817 "download": "https://github.com/foundry-vtt-community/macros/archive/v0.19.zip",
818 "socket": true,
819 "minimumCoreVersion": "0.6.2",
820 "compatibleCoreVersion": "0.6.5"
821 },
822 {
823 "name": "ChatMerge",
824 "title": "Chat Merge",
825 "description": "Merges chat messages from the same speaker.",
826 "version": "0.2.3",
827 "minimumCoreVersion": "0.6.0",
828 "compatibleCoreVersion": "0.7.0",
829 "author": "Hello World",
830 "esmodules": [
831 "scripts/main.js"
832 ],
833 "styles": [
834 "style.css"
835 ],
836 "socket": true,
837 "languages": [
838 {
839 "lang": "en",
840 "name": "English",
841 "path": "lang/en.json"
842 },
843 {
844 "lang": "ko",
845 "name": "한국어 (Korean)",
846 "path": "lang/ko.json"
847 }
848 ],
849 "url": "https://github.com/FoundryModule/Modules/tree/master/ChatMerge",
850 "manifest": "https://raw.githubusercontent.com/FoundryModule/Modules/master/ChatMerge/module.json",
851 "download": "https://github.com/FoundryModule/Modules/blob/master/ChatMerge/ChatMerge.zip?raw=true"
852 },
853 {
854 "name": "forien-easy-polls",
855 "title": "Forien's Easy Polls",
856 "description": "Create polls through the chat and let your players vote.",
857 "author": "Forien — Forien#2130",
858 "authors": [
859 {
860 "name": "Forien",
861 "url": "https://www.patreon.com/forien"
862 }
863 ],
864 "version": "0.1.2",
865 "minimumCoreVersion": "0.6.0",
866 "compatibleCoreVersion": "0.6.5",
867 "url": "https://github.com/Forien/foundryvtt-forien-easy-polls",
868 "manifest": "https://raw.githubusercontent.com/Forien/foundryvtt-forien-easy-polls/master/module.json",
869 "download": "https://github.com/Forien/foundryvtt-forien-easy-polls/releases/download/v0.1.2/v0.1.2.zip",
870 "readme": "https://github.com/Forien/foundryvtt-forien-easy-polls/blob/v0.1.2/README.md",
871 "changelog": "https://github.com/Forien/foundryvtt-forien-easy-polls/blob/v0.1.2/changelog.md",
872 "bugs": "https://github.com/Forien/foundryvtt-forien-easy-polls/issues",
873 "languages": [
874 {
875 "lang": "en",
876 "name": "English",
877 "path": "lang/en.json"
878 },
879 {
880 "lang": "pl",
881 "name": "Polski",
882 "path": "lang/pl.json"
883 }
884 ],
885 "esmodules": [
886 "./modules/init.js"
887 ],
888 "styles": [
889 "./styles/style.css"
890 ],
891 "socket": true
892 },
893 {
894 "name": "better-rolltables",
895 "title": "Better Roll Tables",
896 "description": "Adding functionality to roll tables, especially to roll treasure and magic items",
897 "version": "1.5.0",
898 "author": "Ultrakorne#6240",
899 "esmodules": [
900 "./scripts/brt-main.js"
901 ],
902 "styles": [
903 "./styles/brt.css"
904 ],
905 "packs": [
906 {
907 "name": "brt-loot",
908 "label": "Loot Tables",
909 "system": "dnd5e",
910 "path": "./packs/loot-tables.db",
911 "entity": "RollTable"
912 },
913 {
914 "name": "brt-story",
915 "label": "Story Tables",
916 "path": "./packs/story-tables.db",
917 "entity": "RollTable"
918 },
919 {
920 "name": "brt-gen",
921 "label": "Story Generators",
922 "path": "./packs/story-generators.db",
923 "entity": "JournalEntry"
924 }
925 ],
926 "minimumCoreVersion": "0.5.6",
927 "compatibleCoreVersion": "0.6.5",
928 "languages": [
929 {
930 "lang": "en",
931 "name": "English",
932 "path": "lang/en.json"
933 },
934 {
935 "lang": "ko",
936 "name": "Korean",
937 "path": "lang/ko.json"
938 },
939 {
940 "lang": "pt-BR",
941 "name": "Português (Brasil)",
942 "path": "lang/pt-BR.json"
943 },
944 {
945 "lang": "es-ES",
946 "name": "Castellano",
947 "path": "lang/es-ES.json"
948 }
949 ],
950 "url": "https://github.com/ultrakorne/better-rolltables",
951 "manifest": "https://raw.githubusercontent.com/ultrakorne/better-rolltables/master/module.json",
952 "download": "https://github.com/ultrakorne/better-rolltables/releases/download/v1.5.0/better-rolltables.zip"
953 },
954 {
955 "name": "dynamiceffects",
956 "title": "Dynamic effects",
957 "description": "replacement for dynamic items",
958 "version": "0.5.87",
959 "compatibleCoreVersion": "0.6.5",
960 "minimumCoreVersion": "0.5.3",
961 "scripts": [
962 "libs/tokenizer.min.js"
963 ],
964 "esmodules": [
965 "dynamiceffects.js",
966 "module/patching.js",
967 "libs/flagspatch.js"
968 ],
969 "styles": [
970 "dynamiceffects.css"
971 ],
972 "packs": [
973 {
974 "name": "premadeitems",
975 "label": "Premade Items",
976 "system": "dnd5e",
977 "path": "./packs/premadeitems.db",
978 "module": "world",
979 "entity": "Item",
980 "lang": [
981 "en",
982 "de"
983 ]
984 },
985 {
986 "name": "sample-macros",
987 "label": "Sample macros",
988 "path": "./packs/sample-macros.db",
989 "module": "world",
990 "entity": "Macro",
991 "lang": [
992 "en",
993 "de"
994 ]
995 }
996 ],
997 "languages": [
998 {
999 "lang": "en",
1000 "name": "English",
1001 "path": "lang/en.json"
1002 },
1003 {
1004 "lang": "ja",
1005 "name": " 日本語",
1006 "path": "lang/ja.json"
1007 },
1008 {
1009 "lang": "ko",
1010 "name": "Korean",
1011 "path": "lang/ko.json"
1012 },
1013 {
1014 "lang": "cn",
1015 "name": "中文",
1016 "path": "lang/cn.json"
1017 },
1018 {
1019 "lang": "pt-BR",
1020 "name": "Português (Brasil)",
1021 "path": "lang/pt-BR.json"
1022 },
1023 {
1024 "lang": "fr",
1025 "name": "Français",
1026 "path": "lang/fr.json"
1027 }
1028 ],
1029 "socket": true,
1030 "url": "https://gitlab.com/tposney/dynamiceffects",
1031 "author": "tposney",
1032 "manifest": "https://gitlab.com/tposney/dynamiceffects/raw/master/package/module.json",
1033 "download": "https://gitlab.com/tposney/dynamiceffects/raw/master/package/dynamiceffects-v0.5.87.zip"
1034 },
1035 {
1036 "name": "magicitems",
1037 "title": "Magic Items",
1038 "description": "Module that adds the ability to create magical items with spells or feats that belong to the item itself, such as staffs or magic wands, which will be automatically inherited from the character who owns the item.",
1039 "version": "1.18",
1040 "minimumCoreVersion": "0.5.5",
1041 "compatibleCoreVersion": "0.6.5",
1042 "systems": [
1043 "dnd5e"
1044 ],
1045 "author": "Simone",
1046 "esmodules": [
1047 "magicitems.js"
1048 ],
1049 "scripts": [],
1050 "styles": [
1051 "./magicitems.css"
1052 ],
1053 "languages": [
1054 {
1055 "lang": "en",
1056 "name": "English",
1057 "path": "./lang/en.json"
1058 },
1059 {
1060 "lang": "it",
1061 "name": "Italian",
1062 "path": "./lang/it.json"
1063 },
1064 {
1065 "lang": "ko",
1066 "name": "Korean",
1067 "path": "./lang/ko.json"
1068 },
1069 {
1070 "lang": "pt-BR",
1071 "name": "Português (Brasil)",
1072 "path": "./lang/pt-BR.json"
1073 }
1074 ],
1075 "url": "https://gitlab.com/riccisi/foundryvtt-magic-items",
1076 "manifest": "https://gitlab.com/riccisi/foundryvtt-magic-items/raw/master/module/module.json",
1077 "download": "https://gitlab.com/riccisi/foundryvtt-magic-items/-/jobs/artifacts/1.18/raw/magic-items.zip?job=build"
1078 },
1079 {
1080 "name": "sfrpg-statblock-parser",
1081 "title": "Starfinder Statblock Parser",
1082 "description": "A module to convert Starfinder NPC statblocks into Actors",
1083 "version": "0.3.0",
1084 "author": "Deepflame",
1085 "systems": [
1086 "sfrpg"
1087 ],
1088 "esmodules": [
1089 "./module/main.js",
1090 "./module/text-input.js"
1091 ],
1092 "styles": [],
1093 "packs": [],
1094 "url": "https://gitlab.com/TimToxopeus/sfrpg-statblock-parser",
1095 "manifest": "https://gitlab.com/TimToxopeus/sfrpg-statblock-parser/-/raw/develop/module.json",
1096 "download": "https://gitlab.com/TimToxopeus/sfrpg-statblock-parser/-/archive/develop/sfrpg-statblock-parser-develop.zip",
1097 "minimumCoreVersion": "0.6.4",
1098 "compatibleCoreVersion": "0.6.5"
1099 },
1100 {
1101 "name": "about-face",
1102 "title": "About Face",
1103 "description": "Rotates Tokens and provide indicators for direction based on movement",
1104 "version": "1.6.5",
1105 "author": "Eadorin (eadorin@gmail.com)",
1106 "esmodules": [
1107 "about-face.js"
1108 ],
1109 "compatibleCoreVersion": "0.6.4",
1110 "minimumCoreVersion": "0.6.0",
1111 "manifest": "https://raw.githubusercontent.com/eadorin/about-face/master/module.json",
1112 "download": "https://github.com/eadorin/about-face/archive/master.zip",
1113 "url": "https://github.com/eadorin/about-face",
1114 "changelog": "https:github.com/eadorin/about-face/blob/v1.6.5/changelog.md",
1115 "languages": [
1116 {
1117 "lang": "en",
1118 "name": "English",
1119 "path": "lang/en.json"
1120 },
1121 {
1122 "lang": "pt-BR",
1123 "name": "Português (Brasil)",
1124 "path": "lang/pt-BR.json"
1125 },
1126 {
1127 "lang": "es",
1128 "name": "Castellano",
1129 "path": "lang/es-ES.json"
1130 }
1131 ]
1132 },
1133 {
1134 "name": "data-toolbox",
1135 "title": "Data Toolbox for FoundryVTT",
1136 "description": "Tools for generating/manipulating data (compendiums). For example, it can be used for generating a compendium from a CSV file.",
1137 "version": "1.2.1",
1138 "author": "Sven Werlen",
1139 "scripts": [
1140 "data-toolbox.js",
1141 "scripts/d3/d3.min.js",
1142 "scripts/d3-fetch/d3-fetch.min.js",
1143 "scripts/letscontribute.js",
1144 "scripts/jdd/jdd.js"
1145 ],
1146 "styles": [
1147 "data-toolbox.css"
1148 ],
1149 "languages": [
1150 {
1151 "lang": "en",
1152 "name": "English",
1153 "path": "lang/en.json"
1154 },
1155 {
1156 "lang": "fr",
1157 "name": "French",
1158 "path": "lang/fr.json"
1159 }
1160 ],
1161 "packs": [
1162 {
1163 "name": "data-macros",
1164 "label": "Data Macros",
1165 "path": "./packs/data-macros.db",
1166 "entity": "Macro"
1167 }
1168 ],
1169 "url": "https://github.com/SvenWerlen/fvtt-data-toolbox",
1170 "download": "https://github.com/SvenWerlen/fvtt-data-toolbox/archive/v-1.2.1.zip",
1171 "manifest": "https://raw.githubusercontent.com/SvenWerlen/fvtt-data-toolbox/master/module.json",
1172 "minimumCoreVersion": "0.6.0",
1173 "compatibleCoreVersion": "1.0.0"
1174 },
1175 {
1176 "name": "foundry-hot-seat-observer",
1177 "title": "Hot Seat Observer",
1178 "description": "Allows a Hot Seat player role to facilitate play sharing a screen",
1179 "version": "0.5.5.02",
1180 "author": "Zzarek",
1181 "languages": [
1182 {
1183 "lang": "en",
1184 "name": "English",
1185 "path": "lang/en.json"
1186 }
1187 ],
1188 "esmodules": [
1189 "foundry-hot-seat-observer.js"
1190 ],
1191 "url": "https://github.com/zzarek/FoundryHotSeatObserver",
1192 "manifest": "https://raw.githubusercontent.com/zzarek/FoundryHotSeatObserver/master/module.json",
1193 "download": "https://github.com/zzarek/FoundryHotSeatObserver/archive/master.zip",
1194 "minimumCoreVersion": "0.5.5"
1195 },
1196 {
1197 "name": "sadness-chan",
1198 "title": "Sadness Chan",
1199 "systems": [
1200 "dnd5e"
1201 ],
1202 "description": "A chat 'bot' for FoundryVTT that's full of 'happy' and 'motivational' messages, to pick you up when your rolls let you down.",
1203 "version": "1.0.1",
1204 "authors": [
1205 "bmarian",
1206 "HadaIonut"
1207 ],
1208 "esmodules": [
1209 "sadness-chan.js"
1210 ],
1211 "styles": [
1212 "sadness-chan.css"
1213 ],
1214 "minimumCoreVersion": "0.6.4",
1215 "compatibleCoreVersion": "0.6.5",
1216 "url": "https://github.com/bmarian/sadness-chan",
1217 "manifest": "https://raw.githubusercontent.com/bmarian/sadness-chan/f-0.7.x/src/module.json",
1218 "download": "https://github.com/bmarian/sadness-chan/raw/f-0.7.x/package/sadness-chan-v1.0.1.zip",
1219 "changelog": "https://github.com/bmarian/sadness-chan/releases"
1220 },
1221 {
1222 "name": "chat-images",
1223 "title": "Chat Images",
1224 "description": "An extension that let's you easily use images in the chat.",
1225 "version": "1.1.4",
1226 "author": "Marian",
1227 "esmodules": [
1228 "chat-images.js"
1229 ],
1230 "styles": [
1231 "chat-images.css"
1232 ],
1233 "minimumCoreVersion": "0.6.2",
1234 "compatibleCoreVersion": "0.7.0",
1235 "url": "https://github.com/bmarian/chat-images",
1236 "manifest": "https://raw.githubusercontent.com/bmarian/chat-images/f-0.7.x/src/module.json",
1237 "download": "https://github.com/bmarian/chat-images/raw/f-0.7.x/package/chat-images-v1.1.4.zip",
1238 "changelog": "https://github.com/bmarian/chat-images/releases"
1239 },
1240 {
1241 "name": "grouproll",
1242 "title": "Group Roll Checks and Saves",
1243 "description": "This module rolls skill and ability checks for groups of tokens.",
1244 "version": "0.6.1",
1245 "minimumCoreVersion": "0.5.3",
1246 "compatibleCoreVersion": "0.7.0",
1247 "author": "trdischat",
1248 "systems": [
1249 "dnd5e",
1250 "pf2e"
1251 ],
1252 "scripts": [
1253 "./scripts/main.js",
1254 "./scripts/patches.js",
1255 "./scripts/lib.js",
1256 "./scripts/patchlib.js"
1257 ],
1258 "styles": [
1259 "./css/grouproll.css"
1260 ],
1261 "packs": [],
1262 "url": "https://github.com/trdischat/grouproll",
1263 "manifest": "https://raw.githubusercontent.com/trdischat/grouproll/master/module.json",
1264 "download": "https://github.com/trdischat/grouproll/archive/master.zip"
1265 },
1266 {
1267 "name": "DrawingTokenizer",
1268 "title": "DrawingTokenizer",
1269 "description": "Allows to convert one or multiple drawings into a image.",
1270 "version": "1.0.1",
1271 "minimumCoreVersion": "0.6.0",
1272 "compatibleCoreVersion": "0.6.5",
1273 "author": "KayelGee - KayelGee#5241",
1274 "scripts": [
1275 "drawingtokenizer.js"
1276 ],
1277 "styles": [],
1278 "packs": [],
1279 "languages": [
1280 {
1281 "lang": "en",
1282 "path": "languages/en.json"
1283 }
1284 ],
1285 "socket": true,
1286 "url": "https://github.com/KayelGee/DrawingTokenizer",
1287 "manifest": "https://raw.githubusercontent.com/KayelGee/DrawingTokenizer/master/module.json",
1288 "download": "https://github.com/KayelGee/DrawingTokenizer/releases/download/v1.0.1/v1.0.1.zip",
1289 "readme": "https://github.com/KayelGee/DrawingTokenizer/blob/v1.0.1/README.md"
1290 },
1291 {
1292 "name": "fvtt-swade-tokenbar",
1293 "title": "Token Bar (SWADE)",
1294 "description": "Creates a bar to control a token's actions",
1295 "author": "Spacemandev",
1296 "version": "1.1.1",
1297 "minmumCoreVersion": "0.6.0",
1298 "compatibleCoreVersion": "0.6.5",
1299 "systems": [
1300 "swade"
1301 ],
1302 "url": "https://github.com/brownie79/fvtt-swade-tokenbar",
1303 "manifest": "https://raw.githubusercontent.com/Brownie79/fvtt-swade-tokenbar/master/module.json",
1304 "download": "https://github.com/Brownie79/fvtt-swade-tokenbar/archive/v1.1.1.zip",
1305 "esmodules": [
1306 "scripts/swade-tokenbar.js"
1307 ],
1308 "styles": [
1309 "styles/tokenbar.css"
1310 ]
1311 },
1312 {
1313 "name": "forien-custom-fonts",
1314 "title": "Forien's Custom Fonts",
1315 "description": ".",
1316 "author": "Forien — Forien#2130",
1317 "authors": [
1318 {
1319 "name": "Forien",
1320 "url": "https://www.patreon.com/forien"
1321 }
1322 ],
1323 "version": "0.1.0",
1324 "minimumCoreVersion": "0.6.0",
1325 "compatibleCoreVersion": "0.6.4",
1326 "url": "https://github.com/Forien/foundryvtt-forien-custom-fonts",
1327 "manifest": "https://raw.githubusercontent.com/Forien/foundryvtt-forien-custom-fonts/master/module.json",
1328 "download": "https://github.com/Forien/foundryvtt-forien-custom-fonts/releases/download/v0.1.0/v0.1.0.zip",
1329 "readme": "https://github.com/Forien/foundryvtt-forien-custom-fonts/blob/v0.1.0/README.md",
1330 "changelog": "https://github.com/Forien/foundryvtt-forien-custom-fonts/blob/v0.1.0/changelog.md",
1331 "bugs": "https://github.com/Forien/foundryvtt-forien-custom-fonts/issues",
1332 "languages": [
1333 {
1334 "lang": "en",
1335 "name": "English",
1336 "path": "lang/en.json"
1337 },
1338 {
1339 "lang": "pl",
1340 "name": "Polski",
1341 "path": "lang/pl.json"
1342 }
1343 ],
1344 "esmodules": [
1345 "./modules/init.js"
1346 ],
1347 "socket": true
1348 },
1349 {
1350 "name": "DancingLights",
1351 "title": "Dancing Lights",
1352 "description": "Light customisation to allow flicker, blinking etc. per light. Designed to not trigger server light updates, and instead directly alter the rendered lightsource for performance. Also allows light setting synchronisation across the whole scene, to speed up scene creation significantly.",
1353 "version": "1.5.1",
1354 "author": "Blitzkraig",
1355 "scripts": [
1356 "./dancinglights.js",
1357 "./dependencies/chroma.min.js"
1358 ],
1359 "styles": [],
1360 "packs": [],
1361 "minimumCoreVersion": "0.6.2",
1362 "compatibleCoreVersion": "0.6.5",
1363 "url": "https://github.com/BlitzKraig/fvtt-DancingLights",
1364 "manifest": "https://raw.githubusercontent.com/BlitzKraig/fvtt-DancingLights/master/module.json",
1365 "download": "https://github.com/BlitzKraig/fvtt-DancingLights/releases/download/latest/dancinglights-release.zip"
1366 },
1367 {
1368 "name": "dd-import",
1369 "title": "DungeonDraft Importer",
1370 "description": "Imports scene elements from Dungeon Draft map files",
1371 "version": "0.10",
1372 "author": "Moo Man, m42e, jacquie",
1373 "scripts": [
1374 "./ddimport.js"
1375 ],
1376 "styles": [
1377 "./styles.css"
1378 ],
1379 "packs": [],
1380 "minimumCoreVersion": "0.5.3",
1381 "compatibleCoreVersion": "0.6.5",
1382 "manifest": "https://raw.githubusercontent.com/timothy-s-dev/FVTT-DD-Import/master/module.json",
1383 "download": "https://github.com/timothy-s-dev/FVTT-DD-Import/archive/master.zip"
1384 },
1385 {
1386 "name": "about-time",
1387 "title": "About Time",
1388 "description": "",
1389 "version": "0.1.47",
1390 "author": "@tposney",
1391 "scripts": [],
1392 "esmodules": [
1393 "about-time.js",
1394 "module/display/Display.js"
1395 ],
1396 "styles": [
1397 "about-time.css"
1398 ],
1399 "packs": [],
1400 "languages": [
1401 {
1402 "lang": "en",
1403 "name": "English",
1404 "path": "lang/en.json"
1405 },
1406 {
1407 "lang": "ko",
1408 "name": "Korean",
1409 "path": "lang/ko.json"
1410 },
1411 {
1412 "lang": "ja",
1413 "name": " 日本語",
1414 "path": "lang/ja.json"
1415 },
1416 {
1417 "lang": "fr",
1418 "name": "Français",
1419 "path": "lang/fr.json"
1420 }
1421 ],
1422 "minimumCoreVersion": "0.4.5",
1423 "compatibleCoreVersion": "0.6.1",
1424 "socket": true,
1425 "url": "https://gitlab.com/tposney/about-time",
1426 "manifest": "https://gitlab.com/tposney/about-time/raw/master/package/module.json",
1427 "download": "https://gitlab.com/tposney/about-time/raw/master/package/about-time-v0.1.47.zip"
1428 },
1429 {
1430 "name": "token-hud-art-button",
1431 "title": "Token HUD Artwork Button",
1432 "description": "This module adds a button to the token HUD that opens the target actor's artwork, or their token artwork on right-click.",
1433 "author": "zeel",
1434 "version": "0.1.1",
1435 "minimumCoreVersion": "0.6.2",
1436 "compatibleCoreVersion": "0.6.5",
1437 "scripts": [
1438 "artbutton.js"
1439 ],
1440 "manifest": "https://raw.githubusercontent.com/zeel01/TokenHUDArtButton/master/module.json",
1441 "url": "https://github.com/zeel01/TokenHUDArtButton",
1442 "download": "https://github.com/zeel01/TokenHUDArtButton/releases/download/v0.1.1/token-hud-art-button.zip"
1443 },
1444 {
1445 "name": "one-journal",
1446 "title": "OneJournal",
1447 "description": "OneJournal provides a unified view for authoring journals",
1448 "version": "1.2.5",
1449 "author": "Sunspots",
1450 "scripts": [],
1451 "esmodules": [
1452 "one-journal.js"
1453 ],
1454 "styles": [
1455 "./one-journal.css"
1456 ],
1457 "packs": [],
1458 "languages": [
1459 {
1460 "lang": "en",
1461 "name": "English",
1462 "path": "lang/en.json"
1463 }
1464 ],
1465 "minimumCoreVersion": "0.5.7",
1466 "compatibleCoreVersion": "0.6.5",
1467 "url": "https://gitlab.com/fvtt-modules-lab/one-journal",
1468 "manifest": "https://gitlab.com/fvtt-modules-lab/one-journal/-/jobs/artifacts/master/raw/module.json?job=build-module",
1469 "download": "https://gitlab.com/fvtt-modules-lab/one-journal/-/jobs/artifacts/v1.2.5/raw/one-journal-v1.2.5.zip?job=build-module",
1470 "license": "MIT",
1471 "readme": "https://gitlab.com/fvtt-modules-lab/one-journal",
1472 "bugs": "https://gitlab.com/fvtt-modules-lab/one-journal/-/issues",
1473 "changelog": "https://gitlab.com/fvtt-modules-lab/one-journal/-/blob/master/CHANGELOG.md"
1474 },
1475 {
1476 "name": "master-mirror",
1477 "title": "Master Mirror",
1478 "description": "Puts your sidebar on the left, scene controls on right. ",
1479 "version": "0.1.2",
1480 "author": "iotech",
1481 "scripts": [
1482 "mastermirror.js"
1483 ],
1484 "styles": [
1485 "mastermirror.css"
1486 ],
1487 "esmodules": [],
1488 "packs": [],
1489 "url": "https://github.com/iotech-fvtt/master-mirror",
1490 "manifest": "https://raw.githubusercontent.com/iotech-fvtt/master-mirror/master/module.json",
1491 "download": "https://github.com/iotech-fvtt/master-mirror/releases/download/0.1.2/master-mirror.zip",
1492 "minimumCoreVersion": "0.6.0",
1493 "compatibleCoreVersion": "0.6.5"
1494 },
1495 {
1496 "name": "foundryget",
1497 "title": "FoundryGet Package Manager",
1498 "description": "The unofficial package manager CLI for FoundryVTT ",
1499 "semanticVersion": "1.2.0",
1500 "version": "1.2.0",
1501 "dependencies": [],
1502 "minimumCoreVersion": "0.6.5",
1503 "compatibleCoreVersion": "0.7.0",
1504 "author": "Cody Swendrowski <cody@swendrowski.us>",
1505 "scripts": [
1506 "/scripts/foundryget.js"
1507 ],
1508 "styles": [],
1509 "languages": [],
1510 "packs": [],
1511 "url": "https://github.com/cswendrowski/FoundryVTT-13th-Age-Expanded",
1512 "manifest": "https://raw.githubusercontent.com/cswendrowski/foundryget/master/module.json",
1513 "download": "https://github.com/cswendrowski/foundryget/releases/download/1.2.0/module.zip"
1514 },
1515 {
1516 "name": "dragupload",
1517 "title": "Drag Upload (Get Over Here!)",
1518 "description": "Adds the ability to drag files onto Foundry to automatically create Tokens, Tiles, Journal Pins, and Ambient Audio",
1519 "version": "1.0.2",
1520 "minimumCoreVersion": "0.6.2",
1521 "compatibleCoreVersion": "0.7.0",
1522 "author": "Cody Swendrowski <cody@swendrowski.us>",
1523 "esmodules": [
1524 "./dragupload.js"
1525 ],
1526 "scripts": [],
1527 "styles": [
1528 "/styles/dragupload.css"
1529 ],
1530 "languages": [],
1531 "url": "https://github.com/cswendrowski/FoundryVTT-Drag-Upload",
1532 "manifest": "https://github.com/cswendrowski/FoundryVTT-Drag-Upload/releases/download/latest/module.json",
1533 "download": "https://github.com/cswendrowski/FoundryVTT-Drag-Upload/releases/download/1.0.2/module.zip"
1534 },
1535 {
1536 "name": "token-action-hud",
1537 "title": "Token Action HUD",
1538 "author": "^ and stick#0520",
1539 "description": "Creates a bar showing a selected token's actions.",
1540 "minimumCoreVersion": "0.6.0",
1541 "compatibleCoreVersion": "0.6.5",
1542 "scripts": [
1543 "./lib/tagify/tagify.min.js"
1544 ],
1545 "esmodules": [
1546 "./scripts/init.js"
1547 ],
1548 "styles": [
1549 "./styles/token-action-hud.css",
1550 "/styles/lib/tagify/tagify.css"
1551 ],
1552 "systems": [
1553 "dnd5e",
1554 "dungeonworld",
1555 "pf2e",
1556 "wfrp4e",
1557 "sfrpg"
1558 ],
1559 "languages": [
1560 {
1561 "lang": "en",
1562 "name": "English",
1563 "path": "lang/en.json"
1564 },
1565 {
1566 "lang": "ko",
1567 "name": "Korean",
1568 "path": "lang/ko.json"
1569 },
1570 {
1571 "lang": "pt-br",
1572 "name": "Brazilian Portuguese",
1573 "path": "lang/br.json"
1574 },
1575 {
1576 "lang": "es",
1577 "name": "Spanish",
1578 "path": "lang/es.json"
1579 }
1580 ],
1581 "url": "https://github.com/espositos/fvtt-tokenactionhud",
1582 "manifest": "https://github.com/espositos/fvtt-tokenactionhud/raw/master/module.json",
1583 "version": "0.5.5",
1584 "download": "https://github.com/espositos/fvtt-tokenactionhud/releases/download/0.5.5/release_0.5.5.zip"
1585 },
1586 {
1587 "name": "combat-effects-tracker",
1588 "title": "Combat Effects Tracker",
1589 "description": "A simple module that utilizes the temporary combatants functionality of the Combat Utility Belt module to keep track of temporary effects.",
1590 "author": "Mike Kamysz",
1591 "version": "0.2",
1592 "minimumCoreVersion": "0.6.2",
1593 "download": "https://github.com/MKamysz/combat-effects-tracker/archive/dev.zip",
1594 "scripts": [
1595 "scripts/effects_tracker.js",
1596 "scripts/settings.js"
1597 ]
1598 },
1599 {
1600 "name": "webrtc-tweaks",
1601 "title": "WebRTC Tweaks",
1602 "description": "Improvements for the WebRTC video conferencing system",
1603 "author": "bekit",
1604 "version": "0.4.0",
1605 "minimumCoreVersion": "0.5.5",
1606 "compatibleCoreVersion": "0.7.0",
1607 "scripts": [
1608 "scripts/webrtc-tweaks-position.js",
1609 "scripts/webrtc-tweaks-use-jitsi-meet.js"
1610 ],
1611 "styles": [
1612 "styles/webrtc-tweaks-position.css"
1613 ],
1614 "url": "https://github.com/bekriebel/fvtt-module-webrtc_tweaks",
1615 "manifest": "https://raw.githubusercontent.com/bekriebel/fvtt-module-webrtc_tweaks/master/module.json",
1616 "download": "https://github.com/bekriebel/fvtt-module-webrtc_tweaks/archive/v0.4.0.zip"
1617 },
1618 {
1619 "name": "sidebar-aesthetics",
1620 "title": "Sidebar Aesthetics",
1621 "description": "Allows customization of the sidebar's aesthetics.",
1622 "author": "Furyspark",
1623 "version": "0.2.0",
1624 "minimumCoreVersion": "0.6.0",
1625 "compatibleCoreVersion": "0.6.5",
1626 "scripts": [],
1627 "esmodules": [
1628 "./index.js"
1629 ],
1630 "styles": [
1631 "./index.css"
1632 ],
1633 "languages": [
1634 {
1635 "lang": "en",
1636 "name": "English",
1637 "path": "lang/en.json"
1638 },
1639 {
1640 "lang": "br",
1641 "name": "Brazilian",
1642 "path": "lang/pt-BR.json"
1643 }
1644 ],
1645 "manifest": "https://gitlab.com/Furyspark/foundryvtt-sidebar-aesthetics/-/raw/master/module.json",
1646 "download": "https://gitlab.com/Furyspark/foundryvtt-sidebar-aesthetics/-/archive/v0.2.0/foundryvtt-sidebar-aesthetics-v0.2.0.zip"
1647 },
1648 {
1649 "name": "animated-spell-effects",
1650 "title": "Animated Spell Effects",
1651 "description": "A small, but growing collection of animated spell are for use with various VTT's in the top-down/overhead perspective. All files are in transparent webm format.",
1652 "author": "Jack Kerouac",
1653 "version": "0.2.1",
1654 "minimumCoreVersion": "0.5.5",
1655 "compatibleCoreVersion": "0.6.5",
1656 "url": "https://github.com/jackkerouac/animated-spell-effects",
1657 "manifest": "https://raw.githubusercontent.com/jackkerouac/animated-spell-effects/master/module.json",
1658 "download": "https://github.com/jackkerouac/animated-spell-effects/releases/download/v0.2.1/v0.2.1.zip"
1659 },
1660 {
1661 "name": "game-icons-net",
1662 "title": "Game-icons.net",
1663 "description": "3800+ Icons from game-icons-net to use in your game. Browse to the Data/modules/game-icons-net/ directory for all your icon needs.",
1664 "author": "thDM",
1665 "version": "0.0.5",
1666 "minimumCoreVersion": "0.5.5",
1667 "compatibleCoreVersion": "0.7.0",
1668 "url": "https://github.com/datdamnzotz/icons/blob/master/README-FoundryVTT.md",
1669 "manifest": "https://raw.githubusercontent.com/datdamnzotz/icons/master/module.json",
1670 "download": "https://github.com/datdamnzotz/icons/releases/download/0.0.5/0.0.5.zip"
1671 },
1672 {
1673 "name": "audio-folder",
1674 "title": "Audio Folder",
1675 "description": "Module allows you to add audio specifying the whole directory",
1676 "version": "1.1",
1677 "author": "megastruktur",
1678 "scripts": [
1679 "./audio-folder.js"
1680 ],
1681 "url": "https://github.com/megastruktur/foundryvtt-audio-folder",
1682 "manifest": "https://raw.githubusercontent.com/megastruktur/foundryvtt-audio-folder/1.1/module.json",
1683 "download": "https://github.com/megastruktur/foundryvtt-audio-folder/archive/1.1.zip",
1684 "minimumCoreVersion": "0.5.5",
1685 "compatibleCoreVersion": "0.6.5"
1686 },
1687 {
1688 "name": "minor-qol",
1689 "title": "Minor Quality of Life Improvements",
1690 "description": "Item delete confirmation|Hide/Show chat card info|speed attack rolls",
1691 "version": "0.1.55",
1692 "author": "tposney",
1693 "minimumCoreVersion": "0.5.5",
1694 "compatibleCoreVersion": "0.7.0",
1695 "minimumSystemVersion": 0.92,
1696 "languages": [
1697 {
1698 "lang": "en",
1699 "name": "English",
1700 "path": "lang/en.json"
1701 },
1702 {
1703 "lang": "ja",
1704 "name": " 日本語",
1705 "path": "lang/ja.json"
1706 },
1707 {
1708 "lang": "ko",
1709 "name": "Korean",
1710 "path": "lang/ko.json"
1711 },
1712 {
1713 "lang": "cn",
1714 "name": "中文",
1715 "path": "lang/cn.json"
1716 },
1717 {
1718 "lang": "fr",
1719 "name": "Français",
1720 "path": "lang/fr.json"
1721 },
1722 {
1723 "lang": "pt-BR",
1724 "name": "Português (Brasil)",
1725 "path": "lang/pt-BR.json"
1726 }
1727 ],
1728 "systems": [
1729 "dnd5e"
1730 ],
1731 "esmodules": [
1732 "main.js",
1733 "module/patching.js"
1734 ],
1735 "scripts": [
1736 "libs/bundle.min.js",
1737 "sentry.js"
1738 ],
1739 "styles": [
1740 "css/styles.css"
1741 ],
1742 "packs": [],
1743 "socket": true,
1744 "url": "https://gitlab.com/tposney/minor-qol/tree/master",
1745 "manifest": "https://gitlab.com/tposney/minor-qol/raw/master/module.json",
1746 "download": "https://gitlab.com/tposney/minor-qol/raw/master/minor-qol.zip"
1747 },
1748 {
1749 "name": "travel-pace",
1750 "title": "Travel Pace for D&D 5e",
1751 "description": "a simple module to calculate player's journey time in Travel Pace",
1752 "author": "Innocenti",
1753 "version": "0.2.1",
1754 "minimumCoreVersion": "0.6.2",
1755 "system": "dnd5e",
1756 "styles": [
1757 "./styles/travel-pace.css"
1758 ],
1759 "scripts": [
1760 "./scripts/settings.js",
1761 "./scripts/travel-pace.js"
1762 ],
1763 "languages": [
1764 {
1765 "lang": "pt-BR",
1766 "name": "Português (Brasil)",
1767 "path": "lang/pt-BR.json"
1768 },
1769 {
1770 "lang": "en",
1771 "name": "English",
1772 "path": "lang/en.json"
1773 },
1774 {
1775 "lang": "es",
1776 "name": "Español",
1777 "path": "lang/es.json"
1778 }
1779 ],
1780 "socket": true,
1781 "compatibleCoreVersion": "0.7.0",
1782 "manifest": "https://raw.githubusercontent.com/rinnocenti/travel-pace/master/module.json",
1783 "download": "https://github.com/rinnocenti/travel-pace/archive/master.zip"
1784 },
1785 {
1786 "name": "forien-unidentified-items",
1787 "title": "Forien's Unidentified Items",
1788 "description": "Provides system agnostic solution to handle unidentified items and their identification.",
1789 "author": "Forien — Forien#2130",
1790 "authors": [
1791 {
1792 "name": "Forien",
1793 "url": "https://www.patreon.com/forien"
1794 }
1795 ],
1796 "version": "0.2.2",
1797 "minimumCoreVersion": "0.6.0",
1798 "compatibleCoreVersion": "0.6.5",
1799 "url": "https://github.com/Forien/foundryvtt-forien-unidentified-items",
1800 "manifest": "https://raw.githubusercontent.com/Forien/foundryvtt-forien-unidentified-items/master/module.json",
1801 "download": "https://github.com/Forien/foundryvtt-forien-unidentified-items/releases/download/v0.2.2/v0.2.2.zip",
1802 "readme": "https://github.com/Forien/foundryvtt-forien-unidentified-items/blob/v0.2.2/README.md",
1803 "changelog": "https://github.com/Forien/foundryvtt-forien-unidentified-items/blob/v0.2.2/changelog.md",
1804 "bugs": "https://github.com/Forien/foundryvtt-forien-unidentified-items/issues",
1805 "languages": [
1806 {
1807 "lang": "en",
1808 "name": "English",
1809 "path": "lang/en.json"
1810 },
1811 {
1812 "lang": "ko",
1813 "name": "한국어",
1814 "path": "lang/ko.json"
1815 },
1816 {
1817 "lang": "pl",
1818 "name": "Polski",
1819 "path": "lang/pl.json"
1820 },
1821 {
1822 "lang": "pt-BR",
1823 "name": "Português (Brasil)",
1824 "path": "lang/pt-BR.json"
1825 }
1826 ],
1827 "esmodules": [
1828 "./modules/init.js"
1829 ],
1830 "styles": [
1831 "./styles/style.css"
1832 ],
1833 "socket": true
1834 },
1835 {
1836 "name": "macro-marker",
1837 "title": "Macro Marker",
1838 "description": "<p>Allows players and GMs to mark macros as active giving them a coloured border.</p><p>Markers can now also be toggled automatically based on any condition or script!</p><p>Check out the compendium for examples.</p>",
1839 "author": "Stan Janssen",
1840 "version": "1.0.3",
1841 "minimumCoreVersion": "0.6.0",
1842 "compatibleCoreVersion": "0.7.0",
1843 "scripts": [
1844 "macro-marker.js"
1845 ],
1846 "styles": [
1847 "css/macro-border.css",
1848 "css/macro-config.css"
1849 ],
1850 "manifest": "https://fvtt.janssen.io/macro-marker/stable/module.json",
1851 "download": "https://fvtt.janssen.io/macro-marker/stable/macro-marker.zip",
1852 "url": "https://github.com/janssen-io/foundry-macro-marker",
1853 "bugs": "https://github.com/janssen-io/foundry-macro-marker/issues",
1854 "languages": [],
1855 "packs": [
1856 {
1857 "label": "Macro Marker Examples",
1858 "entity": "Macro",
1859 "name": "macro-marker-examples",
1860 "path": "packs/macro-marker-examples.db",
1861 "module": "macro-marker"
1862 }
1863 ],
1864 "socket": true
1865 },
1866 {
1867 "name": "dynamic-illumination",
1868 "title": "Dynamic Illumination",
1869 "description": "Adds additional setting for lighting time of day color, additional lighting 'times' (Dawn/Dusk), and make scene lighting impact global illumination setting.",
1870 "author": "delVhar",
1871 "version": "0.2.4",
1872 "minimumCoreVersion": "0.6.4",
1873 "compatibleCoreVersion": "0.6.4",
1874 "scripts": [
1875 "scripts/dynamic-illumination.js"
1876 ],
1877 "languages": [
1878 {
1879 "lang": "en",
1880 "name": "English",
1881 "path": "lang/en.json"
1882 }
1883 ],
1884 "url": "https://github.com/delVhariant/illumination",
1885 "manifest": "https://raw.githubusercontent.com/delVhariant/illumination/master/module.json",
1886 "download": "https://github.com/delVhariant/illumination/zipball/master"
1887 },
1888 {
1889 "name": "tabbed-chatlog",
1890 "title": "Tabbed Chatlog",
1891 "description": "Splits the Chatlog into In Character (per scene), Rolls (per scene), and Out of Character (global).",
1892 "version": "1.1.2",
1893 "minimumCoreVersion": "0.6.2",
1894 "compatibleCoreVersion": "0.6.0",
1895 "author": "Cody Swendrowski <cody@swendrowski.us>",
1896 "esmodules": [
1897 "./tabbed-chatlog.js"
1898 ],
1899 "scripts": [
1900 "scripts/lib/Sortable.js"
1901 ],
1902 "styles": [
1903 "/styles/tabbed-chatlog.css"
1904 ],
1905 "languages": [
1906 {
1907 "lang": "en",
1908 "name": "English",
1909 "path": "languages/en.json"
1910 }
1911 ],
1912 "url": "https://github.com/cswendrowski/FoundryVTT-tabbed-chatlog",
1913 "manifest": "https://github.com/cswendrowski/FoundryVTT-tabbed-chatlog/releases/download/latest/module.json",
1914 "download": "https://github.com/cswendrowski/FoundryVTT-Tabbed-Chatlog/releases/download/1.1.2/module.zip"
1915 },
1916 {
1917 "name": "tokenmagic",
1918 "title": "Tokenmagic",
1919 "description": "<p>Add graphic filters and animations on your tokens and tiles.</p>",
1920 "version": "0.1.3d",
1921 "compatibleCoreVersion": "0.6.5",
1922 "minimumCoreVersion": "0.6.0",
1923 "author": "SecretFire",
1924 "scripts": [
1925 "libs/filters/pixi-filters.js"
1926 ],
1927 "esmodules": [
1928 "module/tokenmagic.js",
1929 "fx/Anime.js",
1930 "fx/glsl/vertexshaders/customvertex2D.js",
1931 "fx/glsl/fragmentshaders/removeshadow.js",
1932 "fx/glsl/fragmentshaders/cosmicray.js",
1933 "fx/glsl/fragmentshaders/fog.js",
1934 "fx/glsl/fragmentshaders/electriciy.js",
1935 "fx/glsl/fragmentshaders/smoke.js",
1936 "fx/glsl/fragmentshaders/waves.js",
1937 "fx/glsl/fragmentshaders/fire.js",
1938 "fx/glsl/fragmentshaders/flood.js",
1939 "fx/glsl/fragmentshaders/smoke.js",
1940 "fx/glsl/fragmentshaders/forcefield.js",
1941 "fx/glsl/fragmentshaders/mirrorimages.js",
1942 "fx/filters/FilterBevel.js",
1943 "fx/filters/FilterAdjustment.js",
1944 "fx/filters/FilterAdvancedBloom.js",
1945 "fx/filters/FilterDistortion.js",
1946 "fx/filters/FilterGlow.js",
1947 "fx/filters/FilterOldFilm.js",
1948 "fx/filters/FilterDropShadow.js",
1949 "fx/filters/FilterOutline.js",
1950 "fx/filters/FilterTwist.js",
1951 "fx/filters/FilterZoomBlur.js",
1952 "fx/filters/FilterBlur.js",
1953 "fx/filters/FilterBulgePinch.js",
1954 "fx/filters/FilterRemoveShadow.js",
1955 "fx/filters/FilterRays.js",
1956 "fx/filters/FilterFog.js",
1957 "fx/filters/FilterElectric.js",
1958 "fx/filters/FilterShockWave.js",
1959 "fx/filters/FilterFumes.js",
1960 "fx/filters/FilterWaves.js",
1961 "fx/filters/FilterFire.js",
1962 "fx/filters/FilterFlood.js",
1963 "fx/filters/FilterSmoke.js",
1964 "fx/filters/FilterForceField.js",
1965 "fx/filters/FilterMirrorImages.js",
1966 "fx/filters/proto/FilterProto.js"
1967 ],
1968 "styles": [],
1969 "packs": [
1970 {
1971 "name": "tmMacros",
1972 "label": "TokenMagic Portfolio",
1973 "path": "packs/token-magic-portfolio.db",
1974 "entity": "Macro",
1975 "module": "tokenmagic"
1976 }
1977 ],
1978 "languages": [
1979 {
1980 "lang": "en",
1981 "name": "English",
1982 "path": "lang/en.json"
1983 },
1984 {
1985 "lang": "fr",
1986 "name": "French (FRANCE)",
1987 "path": "lang/fr.json"
1988 }
1989 ],
1990 "socket": true,
1991 "url": "https://github.com/Feu-Secret/Tokenmagic",
1992 "manifest": "https://raw.githubusercontent.com/Feu-Secret/Tokenmagic/master/tokenmagic/module.json",
1993 "download": "https://github.com/Feu-Secret/Tokenmagic/raw/master/Tokenmagic.zip"
1994 },
1995 {
1996 "name": "fvtt-swade-stat-block-parser",
1997 "title": "SWADE Statblock Importer",
1998 "description": "Copy+Paste Beastiary statblocks from any SWADE book, get it turned into an entity. 60% of the time it works every time",
1999 "systems": [
2000 "swade"
2001 ],
2002 "version": "1.2.6",
2003 "author": "spacemandev",
2004 "scripts": [],
2005 "esmodules": [
2006 "scripts/statblock-importer.js"
2007 ],
2008 "packs": [],
2009 "languages": [
2010 {
2011 "lang": "en",
2012 "name": "English",
2013 "path": "lang/en.json"
2014 },
2015 {
2016 "lang": "es",
2017 "name": "Spanish",
2018 "path": "lang/es.json"
2019 }
2020 ],
2021 "url": "https://github.com/Brownie79/fvtt-swade-stat-block-parser",
2022 "minimumCoreVersion": "0.6.0",
2023 "compatibleCoreVersion": "0.6.5",
2024 "manifest": "https://raw.githubusercontent.com/Brownie79/fvtt-swade-stat-block-parser/master/module.json",
2025 "download": "https://github.com/Brownie79/fvtt-swade-stat-block-parser/archive/v1.2.6.zip"
2026 },
2027 {
2028 "name": "pdftofoundry",
2029 "title": "PDF to Foundry Importer",
2030 "description": "",
2031 "version": "1.0.0",
2032 "author": "fryguy",
2033 "scripts": [],
2034 "esmodules": [
2035 "main.bundle.js"
2036 ],
2037 "styles": [
2038 "./css/style.css"
2039 ],
2040 "packs": [],
2041 "languages": [],
2042 "minimumCoreVersion": "0.6.0",
2043 "compatibleCoreVersion": "0.6.2",
2044 "socket": true,
2045 "url": "https://gitlab.com/fryguy1013/pdftofoundry",
2046 "manifest": "https://gitlab.com/fryguy1013/pdftofoundry/-/jobs/artifacts/release/raw/static_module/module.json?job=build",
2047 "download": "https://gitlab.com/fryguy1013/pdftofoundry/-/jobs/artifacts/release/raw/pdftofoundry.zip?job=build"
2048 },
2049 {
2050 "name": "special-dice-roller",
2051 "title": "Special Dice Roller",
2052 "description": "Supports rolling dice for: Legend of the 5 Rings 5th edition, Genesys, Vampire the Masquerade 5th edition, FFG's Star Wars TTRPG, HeroQuest, HeXXen 1733. Check out the README.md on the homepage for a guide on how to roll various dice.",
2053 "version": "0.11.3",
2054 "author": "Bernhard Posselt",
2055 "scripts": [
2056 "./dist/main.js"
2057 ],
2058 "styles": [
2059 "./public/css/styles.css"
2060 ],
2061 "packs": [],
2062 "minimumCoreVersion": "0.5.7",
2063 "compatibleCoreVersion": "0.6.5",
2064 "url": "https://github.com/BernhardPosselt/foundryvtt-special-dice-roller",
2065 "manifest": "https://github.com/BernhardPosselt/foundryvtt-special-dice-roller/raw/master/module.json",
2066 "download": "https://github.com/BernhardPosselt/foundryvtt-special-dice-roller/archive/master.zip"
2067 },
2068 {
2069 "name": "point-of-vision",
2070 "title": "Point of Vision",
2071 "description": "Allows tweaking the point(s) of origin of vision on tokens",
2072 "version": "0.1.3",
2073 "author": "Eadorin (eadorin@gmail.com)",
2074 "esmodules": [
2075 "src/point-of-vision.js"
2076 ],
2077 "scripts": [],
2078 "styles": [],
2079 "compatibleCoreVersion": "0.6.4",
2080 "minimumCoreVersion": "0.6.0",
2081 "manifest": "https://raw.githubusercontent.com/eadorin/point-of-vision/master/module.json",
2082 "download": "https://github.com/eadorin/point-of-vision/archive/master.zip",
2083 "url": "https://github.com/eadorin/point-of-vision",
2084 "changelog": "https:github.com/eadorin/point-of-vision/blob/v0.1.2/changelog.md",
2085 "languages": [
2086 {
2087 "lang": "en",
2088 "name": "English",
2089 "path": "lang/en.json"
2090 }
2091 ]
2092 },
2093 {
2094 "name": "itemcollection",
2095 "title": "Item Containers",
2096 "description": "Items that can hold other items - think backpack, sack or bag of holding",
2097 "version": "1.3.14",
2098 "author": "tposney",
2099 "languages": [
2100 {
2101 "lang": "en",
2102 "name": "English",
2103 "path": "lang/en.json"
2104 },
2105 {
2106 "lang": "ko",
2107 "name": "Korean",
2108 "path": "lang/ko.json"
2109 },
2110 {
2111 "lang": "ja",
2112 "name": " 日本語",
2113 "path": "lang/ja.json"
2114 },
2115 {
2116 "lang": "pt-BR",
2117 "name": "Português (Brasil)",
2118 "path": "lang/pt-BR.json"
2119 },
2120 {
2121 "lang": "de",
2122 "name": "Deutsch",
2123 "path": "lang/de.json"
2124 }
2125 ],
2126 "systems": [
2127 "dnd5e"
2128 ],
2129 "scripts": [
2130 "app/settings.js",
2131 "lib/util.js"
2132 ],
2133 "esmodules": [
2134 "lib/ItemCollection.js",
2135 "lib/ItemSheet5eWithBags.js",
2136 "lib/ItemSheetShop.js"
2137 ],
2138 "styles": [
2139 "css/styles.css"
2140 ],
2141 "packs": [
2142 {
2143 "name": "packs",
2144 "label": "Premade Bags",
2145 "system": "dnd5e",
2146 "path": "./packs/packs.db",
2147 "module": "world",
2148 "entity": "Item",
2149 "lang": [
2150 "en"
2151 ]
2152 }
2153 ],
2154 "url": "https://gitlab.com/tposney/itemcollection/tree/master",
2155 "manifest": "https://gitlab.com/tposney/itemcollection/raw/master/module.json",
2156 "download": "https://gitlab.com/tposney/itemcollection/raw/master/itemcollection.zip",
2157 "minimumCoreVersion": "0.5.4",
2158 "compatibleCoreVersion": "0.6.4"
2159 },
2160 {
2161 "name": "darker-vision-for-5e",
2162 "title": "Darker Vision for 5e",
2163 "description": "Token dim vision now renders darkness as dim light and dim light as bright light within the token's dim vision radius.",
2164 "author": "Voldemalort",
2165 "version": "0.5.0",
2166 "minimumCoreVersion": "0.6.4",
2167 "compatibleCoreVersion": "0.6.5",
2168 "scripts": [
2169 "darker-vision-for-5e.js"
2170 ],
2171 "system": "dnd5e",
2172 "url": "https://github.com/Voldemalort/darker-vision-for-5e",
2173 "manifest": "https://raw.githubusercontent.com/Voldemalort/darker-vision-for-5e/master/module.json",
2174 "download": "https://github.com/Voldemalort/darker-vision-for-5e/archive/v0.5.0.zip",
2175 "readme": "https://raw.githubusercontent.com/Voldemalort/darker-vision-for-5e/master/README.md"
2176 },
2177 {
2178 "name": "statblockimporter",
2179 "title": "Stackblock Importer",
2180 "description": "A module to convert raw Statblocks to Actors",
2181 "version": "1.0.7",
2182 "author": "Lavaeolous",
2183 "systems": [
2184 "pf1"
2185 ],
2186 "esmodules": [
2187 "./scripts/sbc.js"
2188 ],
2189 "styles": [
2190 "./styles/sbc.css"
2191 ],
2192 "packs": [],
2193 "url": "https://github.com/Lavaeolous/PF1-StatBlock-Converter-Module",
2194 "manifest": "https://raw.githubusercontent.com/Lavaeolous/PF1-StatBlock-Converter-Module/master/statblock-converter/module.json",
2195 "download": "https://raw.githubusercontent.com/Lavaeolous/PF1-StatBlock-Converter-Module/master/statblock-converter/releases/1.0.7_statblock-converter.zip",
2196 "minimumCoreVersion": "0.6.1",
2197 "compatibleCoreVersion": "0.6.5"
2198 },
2199 {
2200 "name": "world-anvil",
2201 "title": "World Anvil Integration",
2202 "description": "<p>A module to integrate <a href=\"https://worldanvil.com\" title=\"World Anvil\" target=\"_blank\">World Anvil</a> with Foundry Virtual Tabletop.</p>",
2203 "version": "1.0.2",
2204 "minimumCoreVersion": "0.6.0",
2205 "compatibleCoreVersion": "0.7.0",
2206 "author": "Atropos",
2207 "packs": [],
2208 "esmodules": [
2209 "wa.js"
2210 ],
2211 "styles": [
2212 "wa.css"
2213 ],
2214 "languages": [
2215 {
2216 "lang": "en",
2217 "name": "English",
2218 "path": "lang/en.json"
2219 }
2220 ],
2221 "url": "https://gitlab.com/foundrynet/world-anvil",
2222 "manifest": "https://gitlab.com/foundrynet/world-anvil/-/raw/master/module.json",
2223 "download": "https://gitlab.com/foundrynet/world-anvil/-/archive/release-1.0.2/world-anvil-release-1.0.2.zip"
2224 },
2225 {
2226 "name": "TokenHotbar",
2227 "title": "Token Hotbar",
2228 "description": "<p>With Token Hotbar you can assign one of the hotbar pages to remember macros per token and/or actor. If the token is a linked token, the hotbar will be linked to the actor by default.</p>",
2229 "author": "Stan Janssen",
2230 "version": "4.0.5",
2231 "minimumCoreVersion": "0.6.0",
2232 "compatibleCoreVersion": "0.7.0",
2233 "scripts": [
2234 "TokenHotbar.js"
2235 ],
2236 "manifest": "https://fvtt.janssen.io/tokenhotbar/stable/module.json",
2237 "download": "https://fvtt.janssen.io/tokenhotbar/stable/TokenHotbar.zip",
2238 "url": "https://github.com/janssen-io/foundry-token-hotbar",
2239 "bugs": "https://github.com/janssen-io/foundry-token-hotbar/issues",
2240 "languages": [
2241 {
2242 "lang": "de",
2243 "name": "Deutsch (German)",
2244 "path": "lang/de.json"
2245 },
2246 {
2247 "lang": "en",
2248 "name": "English",
2249 "path": "lang/en.json"
2250 },
2251 {
2252 "lang": "es",
2253 "name": "Español (Spanish)",
2254 "path": "lang/es.json"
2255 },
2256 {
2257 "lang": "fr",
2258 "name": "Français (French)",
2259 "path": "lang/fr.json"
2260 },
2261 {
2262 "lang": "ja",
2263 "name": "日本語 (Japanese)",
2264 "path": "lang/ja.json"
2265 },
2266 {
2267 "lang": "ko",
2268 "name": "한국어 (Korean)",
2269 "path": "lang/ko.json"
2270 },
2271 {
2272 "lang": "nl",
2273 "name": "Nederlands (Dutch)",
2274 "path": "lang/nl.json"
2275 },
2276 {
2277 "lang": "pl",
2278 "name": "Polski (Polish)",
2279 "path": "lang/pl.json"
2280 },
2281 {
2282 "lang": "pt-BR",
2283 "name": "Português (Brasil)",
2284 "path": "lang/pt-BR.json"
2285 },
2286 {
2287 "lang": "ro",
2288 "name": "Romănă (Romanian)",
2289 "path": "lang/ro.json"
2290 },
2291 {
2292 "lang": "zh-HANS",
2293 "name": "中文(简体)(Chinese)",
2294 "path": "lang/zh-HANS.json"
2295 }
2296 ],
2297 "dependencies": [
2298 {
2299 "name": "custom-hotbar",
2300 "version": "1.5.0",
2301 "manifest": "https://raw.githubusercontent.com/Norc/foundry-custom-hotbar/master/module.json",
2302 "optional": true
2303 }
2304 ],
2305 "socket": true
2306 },
2307 {
2308 "name": "pings",
2309 "title": "Pings",
2310 "description": "Allows pinging on the map",
2311 "version": "1.2.9",
2312 "minimumCoreVersion": "0.4.4",
2313 "compatibleCoreVersion": "0.6.1",
2314 "author": "Azzurite#2004",
2315 "scripts": [
2316 "settings-extender.js",
2317 "settings.js",
2318 "pings.js"
2319 ],
2320 "styles": [],
2321 "packs": [],
2322 "languages": [
2323 {
2324 "lang": "en",
2325 "path": "languages/en.json"
2326 }
2327 ],
2328 "socket": true,
2329 "manifest": "https://gitlab.com/foundry-azzurite/pings/raw/master/src/module.json",
2330 "download": "https://gitlab.com/foundry-azzurite/pings/raw/master/dist/pings.zip",
2331 "url": "https://gitlab.com/foundry-azzurite/pings"
2332 },
2333 {
2334 "name": "jitsirtc",
2335 "title": "Jitsi WebRTC client",
2336 "description": "Use Jitsi to handle A/V. Connect to jitsi.org or self-hosted server.",
2337 "author": "Luvolondon",
2338 "version": "0.2.28",
2339 "styles": [],
2340 "packs": [],
2341 "url": "https://github.com/luvolondon/fvtt-module-jitsiwebrtc",
2342 "manifest": "https://raw.githubusercontent.com/luvolondon/fvtt-module-jitsiwebrtc/master/module.json",
2343 "download": "https://github.com/luvolondon/fvtt-module-jitsiwebrtc/archive/v0.2.28.zip",
2344 "minimumCoreVersion": "0.5.5",
2345 "compatibleCoreVersion": "0.6.5",
2346 "scripts": [
2347 "jitsirtc.js",
2348 "lib-jitsi-meet.min.js"
2349 ]
2350 },
2351 {
2352 "name": "inlinewebviewer",
2353 "title": "Inline Webviewer",
2354 "description": "Have a webpage open inside Foundry, eg an easyzoom map.",
2355 "version": "1.4.0",
2356 "author": "ardittristan#0001",
2357 "esmodules": [
2358 "inlineviewer.js"
2359 ],
2360 "styles": [
2361 "./css/inlineviewer.css"
2362 ],
2363 "languages": [
2364 {
2365 "lang": "en",
2366 "name": "English",
2367 "path": "lang/en.json"
2368 }
2369 ],
2370 "socket": true,
2371 "url": "https://github.com/ardittristan/VTTInlineWebviewer",
2372 "manifest": "https://raw.githubusercontent.com/ardittristan/VTTInlineWebviewer/master/module.json",
2373 "download": "https://github.com/ardittristan/VTTInlineWebviewer/archive/master.zip",
2374 "minimumCoreVersion": "0.5.5",
2375 "compatibleCoreVersion": "0.6.5"
2376 },
2377 {
2378 "name": "journal-sync",
2379 "title": "Journal Sync",
2380 "description": "This module allows you to sync your journal entries with markdown files to give you more flexibility in editing your notes.",
2381 "author": "Sytone",
2382 "version": "0.5.0",
2383 "minimumCoreVersion": "0.6.0",
2384 "compatibleCoreVersion": "0.6.5",
2385 "languages": [
2386 {
2387 "lang": "en",
2388 "name": "English",
2389 "path": "lang/en.json"
2390 }
2391 ],
2392 "esmodules": [
2393 "main.js"
2394 ],
2395 "scripts": [
2396 "scripts/showdown.js"
2397 ],
2398 "styles": [],
2399 "packs": [],
2400 "url": "https://github.com/sytone/foundry-vtt-journal-sync",
2401 "manifest": "https://github.com/sytone/foundry-vtt-journal-sync/releases/download/latest/module.json",
2402 "download": "https://github.com/sytone/foundry-vtt-journal-sync/releases/download/latest/journal-sync.zip",
2403 "socket": true
2404 },
2405 {
2406 "name": "dnd-ui",
2407 "title": "DnD5e Ui",
2408 "description": "Theme for DnD5e. <p> *** Rejoignez la communauté Discord FR :<a href='https://discord.gg/pPSDNJk'> https://discord.gg/pPSDNJk </a></p>",
2409 "version": "1.1.2",
2410 "minimumCoreVersion": "0.6.0",
2411 "compatibleCoreVersion": "1.0.0",
2412 "author": "Sasmira",
2413 "systems": [
2414 "dnd5e"
2415 ],
2416 "esmodules": [
2417 "scripts/dicefinder.js"
2418 ],
2419 "styles": [
2420 "css/pathfinderui.css",
2421 "css/cursor.css"
2422 ],
2423 "scripts": [
2424 "scripts/pathfinder-chat-color.js"
2425 ],
2426 "languages": [
2427 {
2428 "lang": "en",
2429 "name": "English",
2430 "path": "lang/en.json"
2431 },
2432 {
2433 "lang": "fr",
2434 "name": "French (French)",
2435 "path": "lang/fr.json"
2436 },
2437 {
2438 "lang": "pt-BR",
2439 "name": "Português (Brasil)",
2440 "path": "lang/pt-BR.json"
2441 }
2442 ],
2443 "packs": [],
2444 "url": "https://gitlab.com/sasmira/dnd-ui",
2445 "manifest": "https://gitlab.com/sasmira/dnd-ui/-/raw/master/module/module.json",
2446 "download": "https://gitlab.com/sasmira/dnd-ui/-/jobs/artifacts/v1.1.2/raw/dnd-ui.zip?job=build"
2447 },
2448 {
2449 "name": "adventure-import-export",
2450 "title": "Adventure Importer / Exporter",
2451 "description": "Allows import and export of adventures (including all Foundy VTT Assets).",
2452 "version": "0.3.0",
2453 "author": "Chris Stadther",
2454 "minimumCoreVersion": "0.6.0",
2455 "compatibleCoreVersion": "0.6.4",
2456 "languages": [
2457 {
2458 "lang": "en",
2459 "name": "English",
2460 "path": "lang/en.json"
2461 },
2462 {
2463 "lang": "pt-BR",
2464 "name": "Português (Brasil)",
2465 "path": "lang/pt-BR.json"
2466 }
2467 ],
2468 "scripts": [
2469 "./lib/jszip/jszip-utils.min.js",
2470 "./lib/jszip/jszip.min.js"
2471 ],
2472 "esmodules": [
2473 "./src/main.js"
2474 ],
2475 "styles": [
2476 "./css/adventure-import-export.css"
2477 ],
2478 "packs": [],
2479 "url": "https://github.com/cstadther/adventure-import-export",
2480 "manifest": "https://raw.githubusercontent.com/cstadther/adventure-import-export/master/module.json",
2481 "download": "https://github.com/cstadther/adventure-import-export/archive/0.3.0.zip",
2482 "license": "LICENSE"
2483 },
2484 {
2485 "name": "background-volume",
2486 "title": "Background Volume",
2487 "description": "A module for setting the volume of background videos",
2488 "author": "Michael Volling",
2489 "authors": [
2490 {
2491 "name": "Michael Volling",
2492 "email": "mvollingjr@gmail.com"
2493 },
2494 {
2495 "name": "Nathan Wukasch (Hindi Translation)"
2496 },
2497 {
2498 "name": "Sebastian Will (German Translation)"
2499 },
2500 {
2501 "name": "Yuan Qu (Chinese Translation)"
2502 }
2503 ],
2504 "version": "1.1.1",
2505 "minimumCoreVersion": "0.5.5",
2506 "compatibleCoreVersion": "0.6.5",
2507 "url": "https://github.com/mtvjr/background-volume",
2508 "readme": "https://github.com/mtvjr/background-volume/blob/master/README.md",
2509 "license": "https://github.com/mtvjr/background-volume/blob/master/LICENSE",
2510 "manifest": "https://raw.githubusercontent.com/mtvjr/background-volume/master/module.json",
2511 "download": "https://github.com/mtvjr/background-volume/releases/download/v1.1.1/background-volume.zip",
2512 "esmodules": [
2513 "./scripts/backgroundVolume.mjs"
2514 ],
2515 "languages": [
2516 {
2517 "lang": "cn",
2518 "name": "中文",
2519 "path": "lang/cn.json"
2520 },
2521 {
2522 "lang": "de",
2523 "name": "Deutsch",
2524 "path": "lang/de.json"
2525 },
2526 {
2527 "lang": "en",
2528 "name": "English",
2529 "path": "lang/en.json"
2530 },
2531 {
2532 "lang": "hi",
2533 "name": "हिन्दी",
2534 "path": "lang/hi.json"
2535 }
2536 ]
2537 },
2538 {
2539 "name": "token-mold",
2540 "title": "Token Mold",
2541 "description": "<p>Gives the option to cast your tokens into a mold of your choosing.</p> <p>Possible options for your mold include:</p> <ul><li>Adding incrementing number suffixes.</li><li>Name generation for tokens.</li><li>Random adjective prefixes. (Examples: angry, calm, bloodthirsty, ...)</li><li>Rolling Hit Points by formula (dnd5e only)</li><li>Set token configuration on placement.</li><li>Providing an overlay to quickly check some stats on token hover.</li><li>Stick templates to your tokens, to let them follow your tokens movement.</li><li>Automatic creature size scaling (dnd5e only)</li></ul><hr>",
2542 "version": "2.7.1",
2543 "minimumCoreVersion": "0.5.6",
2544 "compatibleCoreVersion": "0.6.5",
2545 "author": "Moerill",
2546 "packs": [
2547 {
2548 "name": "adjectives",
2549 "label": "Adjectives",
2550 "module": "token-mold",
2551 "path": "assets/adjectives.db",
2552 "entity": "RollTable"
2553 }
2554 ],
2555 "esmodules": [
2556 "scripts/index.js"
2557 ],
2558 "styles": [
2559 "css/token-mold.css",
2560 "css/overlay.css",
2561 "css/sticky-templates.css"
2562 ],
2563 "manifest": "https://raw.githubusercontent.com/Moerill/token-mold/master/src/module.json",
2564 "url": "https://github.com/Moerill/token-mold",
2565 "download": "https://github.com/Moerill/token-mold/releases/download/v2.7.1/token-mold.zip"
2566 },
2567 {
2568 "name": "forien-token-rotation",
2569 "title": "Forien's Token Rotation",
2570 "description": "Allows to rotate Tokens by dragging an \"anchor\" around token.",
2571 "author": "Forien — Forien#2130",
2572 "authors": [
2573 {
2574 "name": "Forien",
2575 "url": "https://github.com/Forien/foundryvtt-forien-token-rotation"
2576 }
2577 ],
2578 "version": "0.1.1",
2579 "minimumCoreVersion": "0.6.0",
2580 "compatibleCoreVersion": "0.6.5",
2581 "url": "https://github.com/Forien/foundryvtt-forien-token-rotation",
2582 "manifest": "https://raw.githubusercontent.com/Forien/foundryvtt-forien-token-rotation/master/module.json",
2583 "download": "https://github.com/Forien/foundryvtt-forien-token-rotation/releases/download/v0.1.1/v0.1.1.zip",
2584 "readme": "https://github.com/Forien/foundryvtt-forien-token-rotation/blob/v0.1.1/README.md",
2585 "changelog": "https://github.com/Forien/foundryvtt-forien-token-rotation/blob/v0.1.1/changelog.md",
2586 "bugs": "https://github.com/Forien/foundryvtt-forien-token-rotation/issues",
2587 "esmodules": [
2588 "./modules/init.mjs"
2589 ],
2590 "styles": [
2591 "./styles/anchor.css"
2592 ],
2593 "languages": [
2594 {
2595 "lang": "en",
2596 "name": "English",
2597 "path": "lang/en.json"
2598 },
2599 {
2600 "lang": "pl",
2601 "name": "Polski",
2602 "path": "lang/pl.json"
2603 }
2604 ]
2605 },
2606 {
2607 "name": "polyglot",
2608 "title": "Polyglot",
2609 "description": "Talk to others using a language your selected character can understand and scrambles in-character text you can't understand.",
2610 "version": "1.0",
2611 "author": "KaKaRoTo",
2612 "scripts": [
2613 "./polyglot.js"
2614 ],
2615 "styles": [
2616 "./polyglot.css"
2617 ],
2618 "packs": [],
2619 "systems": [
2620 "dnd5e",
2621 "dnd5eJP",
2622 "pf1",
2623 "pf2e",
2624 "wfrp4e"
2625 ],
2626 "url": "https://github.com/kakaroto/fvtt-module-polyglot",
2627 "manifest": "https://raw.githubusercontent.com/kakaroto/fvtt-module-polyglot/master/module.json",
2628 "download": "https://github.com/kakaroto/fvtt-module-polyglot/archive/v1.0.zip",
2629 "minimumCoreVersion": "0.6.0",
2630 "compatibleCoreVersion": "0.7.0"
2631 },
2632 {
2633 "name": "trigger-happy",
2634 "title": "Trigger Happy",
2635 "description": "Automate everything in your world by creating triggers for your players to spring traps or anything you can think of!",
2636 "version": "0.6",
2637 "author": "KaKaRoTo, tposney",
2638 "scripts": [
2639 "trigger.js"
2640 ],
2641 "styles": [],
2642 "packs": [
2643 {
2644 "name": "actors",
2645 "label": "Trigger Actors",
2646 "path": "packs/actors.db",
2647 "entity": "Actor",
2648 "package": "trigger-happy"
2649 },
2650 {
2651 "name": "journals",
2652 "label": "Trigger Happy Examples",
2653 "path": "packs/journal.db",
2654 "entity": "JournalEntry",
2655 "package": "trigger-happy"
2656 }
2657 ],
2658 "url": "https://github.com/kakaroto/fvtt-module-trigger-happy",
2659 "manifest": "https://raw.githubusercontent.com/kakaroto/fvtt-module-trigger-happy/master/module.json",
2660 "download": "https://github.com/kakaroto/fvtt-module-trigger-happy/archive/v0.6.zip",
2661 "minimumCoreVersion": "0.6.0",
2662 "compatibleCoreVersion": "0.7.0"
2663 },
2664 {
2665 "name": "furnace",
2666 "title": "The Furnace",
2667 "description": "<p>No Foundry is complete without it's Furnace!</p><p>This module contains a set of features that improve the Quality of Life of the DM/Players. The current features are : </p><p><strong>Advanced Drawing Tools :</strong>Improved drawing tools with different pattern fill types, new HUD, and various options.</p><p><strong>Advanced Macros:</strong> Use async script macros, handlebars templating, recursive macro calls and call macros with arguments or directly from chat.</p><p><strong>Split Journal :</strong> Select the split option from the context menu on a journal entry to split it into multiple entries.</p><p><strong>Tokens : </strong>As GM, you can enable/disable token vision for yourself. You can also drop an actor folder into a scene to deploy multiple tokens at once.</p><p><strong>Combat : </strong>Double click the initiative value in the combat tracker to quickly modify it.</p><p><strong>Playlists : </strong>Adds a 'Now Playing' section, and auto-hides sound controls until hovered. Helps in fine tuning of low level volumes.</p><hr/><p>See website from URL below for instructions on how to use all these features.</p><hr/>",
2668 "version": "2.2",
2669 "author": "KaKaRoTo",
2670 "scripts": [
2671 "libs/split-html.js",
2672 "libs/h.min.js",
2673 "libs/tokenizer.min.js",
2674 "libs/hljs/highlight.pack.js",
2675 "Patches/Patches.js",
2676 "Macros/Macros.js",
2677 "DrawingTools/DrawingsLayer.js",
2678 "DrawingTools/RotationHandle.js",
2679 "DrawingTools/Drawing.js",
2680 "DrawingTools/DrawingHUD.js",
2681 "DrawingTools/DrawingConfig.js",
2682 "DrawingTools/DrawingTools.js",
2683 "QoL/HBHelpers.js",
2684 "QoL/Debug.js",
2685 "QoL/Entities.js",
2686 "QoL/Tokens.js",
2687 "QoL/Combat.js",
2688 "QoL/Playlist.js",
2689 "QoL/Macros.js"
2690 ],
2691 "styles": [
2692 "Furnace.css",
2693 "libs/hljs/styles/github-gist.css"
2694 ],
2695 "packs": [
2696 {
2697 "name": "macros",
2698 "label": "Advanced Macros",
2699 "path": "packs/macros.db",
2700 "module": "furnace",
2701 "entity": "Macro"
2702 }
2703 ],
2704 "languages": [
2705 {
2706 "lang": "en",
2707 "name": "English",
2708 "path": "lang/en.json"
2709 },
2710 {
2711 "lang": "pt-BR",
2712 "name": "Português (Brasil)",
2713 "path": "lang/pt-BR.json"
2714 }
2715 ],
2716 "url": "https://github.com/kakaroto/fvtt-module-furnace",
2717 "manifest": "https://raw.githubusercontent.com/kakaroto/fvtt-module-furnace/master/module.json",
2718 "download": "https://github.com/kakaroto/fvtt-module-furnace/archive/v2.2.zip",
2719 "socket": true,
2720 "minimumCoreVersion": "0.6.5",
2721 "compatibleCoreVersion": "0.7.0"
2722 },
2723 {
2724 "name": "forien-scene-navigator",
2725 "title": "Forien's Scene Navigator",
2726 "description": "Allows creating Entity Links to Activate and Open Scenes",
2727 "author": "Forien — Forien#2130",
2728 "authors": [
2729 {
2730 "name": "Forien",
2731 "url": "https://github.com/Forien/foundryvtt-forien-scene-navigator"
2732 }
2733 ],
2734 "version": "0.1.6",
2735 "minimumCoreVersion": "0.6.0",
2736 "compatibleCoreVersion": "0.6.5",
2737 "url": "https://github.com/Forien/foundryvtt-forien-scene-navigator",
2738 "manifest": "https://raw.githubusercontent.com/Forien/foundryvtt-forien-scene-navigator/master/module.json",
2739 "download": "https://github.com/Forien/foundryvtt-forien-scene-navigator/releases/download/v0.1.6/v0.1.6.zip",
2740 "readme": "https://github.com/Forien/foundryvtt-forien-scene-navigator/blob/v0.1.6/README.md",
2741 "changelog": "https://github.com/Forien/foundryvtt-forien-scene-navigator/blob/v0.1.6/changelog.md",
2742 "bugs": "https://github.com/Forien/foundryvtt-forien-scene-navigator/issues",
2743 "esmodules": [
2744 "./modules/init.mjs"
2745 ],
2746 "languages": [
2747 {
2748 "lang": "en",
2749 "name": "English",
2750 "path": "lang/en.json"
2751 },
2752 {
2753 "lang": "pl",
2754 "name": "Polski",
2755 "path": "lang/pl.json"
2756 }
2757 ]
2758 },
2759 {
2760 "name": "betterrolls5e",
2761 "title": "Better Rolls for 5e",
2762 "description": "This module adds special roll functionality for the D&D 5e system, allowing \"dual rolls\" for d20 rolls, buttons that support full output to chat, and customization for said outputs.",
2763 "minimumCoreVersion": "0.6.0",
2764 "compatibleCoreVersion": "0.6.5",
2765 "version": "1.1.9",
2766 "author": "Red Reign#5128",
2767 "languages": [
2768 {
2769 "lang": "en",
2770 "name": "English",
2771 "path": "lang/en.json"
2772 },
2773 {
2774 "lang": "fr",
2775 "name": "Français (French)",
2776 "path": "lang/fr.json"
2777 },
2778 {
2779 "lang": "es",
2780 "name": "Español (Spanish)",
2781 "path": "lang/es.json"
2782 },
2783 {
2784 "lang": "pt-BR",
2785 "name": "Português (Brasil)",
2786 "path": "lang/pt-BR.json"
2787 },
2788 {
2789 "lang": "ja",
2790 "name": "日本語 (Japanese)",
2791 "path": "lang/ja.json"
2792 },
2793 {
2794 "lang": "ko",
2795 "name": "한국어 (Korean)",
2796 "path": "lang/ko.json"
2797 }
2798 ],
2799 "systems": [
2800 "dnd5e",
2801 "dnd5eJP"
2802 ],
2803 "esmodules": [
2804 "./scripts/betterrolls5e.js",
2805 "./scripts/custom-roll.js",
2806 "./scripts/init.js",
2807 "./scripts/chat-damage-buttons.js",
2808 "./scripts/utils.js",
2809 "./scripts/hooks.js"
2810 ],
2811 "styles": [
2812 "./css/betterrolls5e.css"
2813 ],
2814 "packs": [],
2815 "url": "https://github.com/RedReign/FoundryVTT-BetterRolls5e/tree/master/betterrolls5e",
2816 "manifest": "https://raw.githubusercontent.com/RedReign/FoundryVTT-BetterRolls5e/master/betterrolls5e/module.json",
2817 "download": "https://github.com/RedReign/FoundryVTT-BetterRolls5e/raw/1.1.9(Foundry-0.6.5)/betterrolls5e.zip"
2818 },
2819 {
2820 "name": "pathfinder-ui",
2821 "title": "Pathfinder Ui",
2822 "description": "Theme for Pathfinder 1e/2e. <p> *** Rejoignez la communauté Discord FR :<a href='https://discord.gg/pPSDNJk'> https://discord.gg/pPSDNJk </a></p>",
2823 "version": "2.1.2",
2824 "minimumCoreVersion": "0.6.0",
2825 "compatibleCoreVersion": "1.0.0",
2826 "author": "Sasmira",
2827 "esmodules": [
2828 "scripts/dicefinder.js"
2829 ],
2830 "styles": [
2831 "css/pathfinderui.css",
2832 "css/cursor.css"
2833 ],
2834 "scripts": [
2835 "scripts/pathfinder-chat-color.js"
2836 ],
2837 "languages": [
2838 {
2839 "lang": "en",
2840 "name": "English",
2841 "path": "lang/en.json"
2842 },
2843 {
2844 "lang": "fr",
2845 "name": "French (French)",
2846 "path": "lang/fr.json"
2847 },
2848 {
2849 "lang": "pt-BR",
2850 "name": "Português (Brasil)",
2851 "path": "lang/pt-BR.json"
2852 }
2853 ],
2854 "packs": [],
2855 "url": "https://gitlab.com/sasmira/pathfinder-ui",
2856 "manifest": "https://gitlab.com/sasmira/pathfinder-ui/-/raw/master/module/module.json",
2857 "download": "https://gitlab.com/sasmira/pathfinder-ui/-/jobs/artifacts/v2.1.2/raw/pathfinder-ui.zip?job=build"
2858 },
2859 {
2860 "name": "custom-css",
2861 "title": "Custom Css",
2862 "description": "Add custom css to your world",
2863 "version": "1.1.1",
2864 "minimumCoreVersion": "0.6.0",
2865 "compatibleCoreVersion": "0.6.0",
2866 "author": "Cody Swendrowski <cody@swendrowski.us>",
2867 "esmodules": [
2868 "./custom-css.js"
2869 ],
2870 "scripts": [
2871 "scripts/lib/Sortable.js"
2872 ],
2873 "styles": [
2874 "./custom-css.css"
2875 ],
2876 "languages": [
2877 {
2878 "lang": "en",
2879 "name": "English",
2880 "path": "languages/en.json"
2881 }
2882 ],
2883 "url": "https://github.com/cswendrowski/FoundryVTT-Custom-CSS",
2884 "manifest": "https://github.com/cswendrowski/FoundryVTT-Custom-CSS/releases/download/latest/module.json",
2885 "download": "https://github.com/cswendrowski/FoundryVTT-Custom-CSS/releases/download/1.1.1/module.zip"
2886 },
2887 {
2888 "name": "popout",
2889 "title": "PopOut!",
2890 "description": "<p>Pop out Actor sheets and Journal entries into their own windows for easier viewing.</p><p>Does not work in the standalone FVTT Application.</p>",
2891 "version": "0.8",
2892 "author": "KaKaRoTo",
2893 "scripts": [
2894 "./popout.js"
2895 ],
2896 "styles": [],
2897 "packs": [],
2898 "url": "https://github.com/kakaroto/fvtt-module-popout",
2899 "manifest": "https://raw.githubusercontent.com/kakaroto/fvtt-module-popout/master/module.json",
2900 "download": "https://github.com/kakaroto/fvtt-module-popout/archive/v0.8.zip",
2901 "minimumCoreVersion": "0.6.0",
2902 "compatibleCoreVersion": "0.7.0"
2903 },
2904 {
2905 "name": "lmrtfy",
2906 "title": "Let Me Roll That For You!",
2907 "description": "Ask your players to make rolls for you.",
2908 "version": "1.0",
2909 "author": "KaKaRoTo & iotech",
2910 "scripts": [
2911 "./src/lmrtfy.js",
2912 "./src/requestor.js",
2913 "./src/roller.js"
2914 ],
2915 "styles": [
2916 "/css/lmrtfy.css"
2917 ],
2918 "packs": [],
2919 "systems": [
2920 "dnd5e",
2921 "dnd5eJP"
2922 ],
2923 "languages": [
2924 {
2925 "lang": "en",
2926 "name": "English",
2927 "path": "lang/en.json"
2928 },
2929 {
2930 "lang": "ja",
2931 "name": "日本語 (Japanese)",
2932 "path": "lang/ja.json"
2933 },
2934 {
2935 "lang": "de",
2936 "name": "German",
2937 "path": "lang/de.json"
2938 },
2939 {
2940 "lang": "pt-BR",
2941 "name": "Português (Brasil)",
2942 "path": "lang/pt-BR.json"
2943 }
2944 ],
2945 "socket": true,
2946 "url": "https://github.com/kakaroto/fvtt-module-lmrtfy",
2947 "manifest": "https://raw.githubusercontent.com/kakaroto/fvtt-module-lmrtfy/master/module.json",
2948 "download": "https://github.com/kakaroto/fvtt-module-lmrtfy/archive/v1.0.zip",
2949 "minimumCoreVersion": "0.6.0",
2950 "compatibleCoreVersion": "0.7.0"
2951 },
2952 {
2953 "name": "personalmarkers",
2954 "title": "Personal Markers",
2955 "description": "Add personal markers that only you can see.",
2956 "version": "1.0.2",
2957 "author": "ardittristan#0001",
2958 "esmodules": [
2959 "marker.js"
2960 ],
2961 "socket": true,
2962 "languages": [
2963 {
2964 "lang": "en",
2965 "name": "English",
2966 "path": "lang/en.json"
2967 }
2968 ],
2969 "url": "https://github.com/ardittristan/VttPersonalMarkers",
2970 "manifest": "https://raw.githubusercontent.com/ardittristan/VttPersonalMarkers/master/module.json",
2971 "download": "https://github.com/ardittristan/VttPersonalMarkers/archive/master.zip",
2972 "minimumCoreVersion": "0.5.5",
2973 "compatibleCoreVersion": "0.6.4"
2974 },
2975 {
2976 "name": "scifi-ui",
2977 "title": "SciFi UI",
2978 "description": "An updated science fiction-flavored UI for FVTT. Uses icons from Rexard.",
2979 "version": "0.1.2",
2980 "author": "iotech",
2981 "scripts": [
2982 "scifiui.js"
2983 ],
2984 "styles": [
2985 "scifiui.css"
2986 ],
2987 "esmodules": [],
2988 "packs": [],
2989 "url": "https://github.com/iotech-fvtt/scifi-ui",
2990 "manifest": "https://raw.githubusercontent.com/iotech-fvtt/scifi-ui/master/module.json",
2991 "download": "https://github.com/iotech-fvtt/scifi-ui/releases/download/0.1.2/scifi-ui.zip",
2992 "minimumCoreVersion": "0.5.5",
2993 "compatibleCoreVersion": "0.6.2"
2994 },
2995 {
2996 "name": "combat-template-cleanup",
2997 "title": "Combat Template Cleanup",
2998 "description": "Provides advanced options for template cleanup during combat.",
2999 "author": [
3000 "kekilla#7036"
3001 ],
3002 "version": "0.1.0",
3003 "minimumCoreVersion": "0.6.0",
3004 "esmodules": [
3005 "scripts/hooks.js"
3006 ],
3007 "url": "https://github.com/Kekilla0/combat-template-cleanup",
3008 "manifest": "https://github.com/Kekilla0/combat-template-cleanup/raw/master/module.json",
3009 "download": "https://github.com/Kekilla0/combat-template-cleanup/archive/v0.1.1.zip"
3010 },
3011 {
3012 "name": "mess",
3013 "title": "Mess - Moerills enhancing super-suit(e)",
3014 "description": "This module is a mix of QoL changes, enhancements for my game and stuff i play around with. For a complete feature list check the URL down below.",
3015 "version": "0.11.2",
3016 "minimumCoreVersion": "0.6.0",
3017 "compatibleCoreVersion": "0.6.4",
3018 "author": "Moerill",
3019 "packs": [],
3020 "esmodules": [
3021 "scripts/index.js"
3022 ],
3023 "scripts": [
3024 "greensock/dist/TweenMax.min.js"
3025 ],
3026 "styles": [
3027 "css/mess.css"
3028 ],
3029 "languages": [
3030 {
3031 "lang": "en",
3032 "name": "English",
3033 "path": "lang/en.json"
3034 },
3035 {
3036 "lang": "de",
3037 "name": "Deutsch",
3038 "path": "lang/de.json"
3039 },
3040 {
3041 "lang": "ja",
3042 "name": "日本語",
3043 "path": "lang/ja.json"
3044 },
3045 {
3046 "lang": "pt-BR",
3047 "name": "Português (Brasil)",
3048 "path": "lang/pt-BR.json"
3049 }
3050 ],
3051 "manifest": "https://raw.githubusercontent.com/Moerill/mess/master/src/module.json",
3052 "url": "https://github.com/Moerill/mess",
3053 "download": "https://github.com/Moerill/mess/releases/download/v0.11.2/mess.zip"
3054 },
3055 {
3056 "name": "everybody-look",
3057 "title": "Everybody Look",
3058 "description": "Let GMs quickly gather all players to a particular scene regardless if it's active or not.",
3059 "author": "Winks",
3060 "version": "1.0.1",
3061 "minimumCoreVersion": "0.6.0",
3062 "compatibleCoreVersion": "0.6.5",
3063 "languages": [
3064 {
3065 "lang": "en",
3066 "name": "English",
3067 "path": "lang/en.json"
3068 }
3069 ],
3070 "scripts": [
3071 "scripts/everybodylook.js"
3072 ],
3073 "manifest": "https://raw.githubusercontent.com/winks-vtt/everybody-look/master/module.json",
3074 "download": "https://github.com/winks-vtt/everybody-look/archive/v1.0.1.zip"
3075 },
3076 {
3077 "name": "conditions5e",
3078 "title": "Conditions for D&D 5e",
3079 "description": "This module alters the effects in the Token HUD for D&D 5e conditions.",
3080 "version": "0.4.5.7",
3081 "minimumCoreVersion": "0.4.5",
3082 "compatibleCoreVersion": "0.6.2",
3083 "author": "trdischat",
3084 "systems": [
3085 "dnd5e"
3086 ],
3087 "scripts": [
3088 "main.js",
3089 "patchlib.js"
3090 ],
3091 "styles": [],
3092 "packs": [],
3093 "url": "https://github.com/trdischat/conditions5e",
3094 "manifest": "https://raw.githubusercontent.com/trdischat/conditions5e/master/module.json",
3095 "download": "https://github.com/trdischat/conditions5e/archive/master.zip"
3096 },
3097 {
3098 "name": "lessfog",
3099 "title": "Less Fog",
3100 "description": "This module allows adjustments to the appearance of the FOW.",
3101 "version": "0.6.2",
3102 "minimumCoreVersion": "0.6.1",
3103 "compatibleCoreVersion": "0.6.2",
3104 "author": "trdischat",
3105 "scripts": [],
3106 "esmodules": [
3107 "lessfog.js"
3108 ],
3109 "styles": [],
3110 "packs": [],
3111 "url": "https://github.com/trdischat/lessfog",
3112 "manifest": "https://raw.githubusercontent.com/trdischat/lessfog/master/module.json",
3113 "download": "https://github.com/trdischat/lessfog/archive/master.zip"
3114 },
3115 {
3116 "name": "tweakplaylist",
3117 "title": "Tweak Playlist",
3118 "description": "Various enhancements to Foundry playlist functions.",
3119 "version": "0.4.5.8",
3120 "minimumCoreVersion": "0.4.5",
3121 "compatibleCoreVersion": "0.6.2",
3122 "author": "trdischat",
3123 "scripts": [
3124 "./scripts/patchSound.js",
3125 "./scripts/patchlib.js"
3126 ],
3127 "styles": [
3128 "./css/patchStyles.css"
3129 ],
3130 "packs": [],
3131 "url": "https://github.com/trdischat/tweakplaylist",
3132 "manifest": "https://raw.githubusercontent.com/trdischat/tweakplaylist/master/module.json",
3133 "download": "https://github.com/trdischat/tweakplaylist/archive/master.zip"
3134 },
3135 {
3136 "name": "fvtt-cardimporter",
3137 "title": "Card Deck Importer (SDF compatible) ",
3138 "description": "Uses either Images (Filepicker) or SDF (Standard Deck Format) to create a set of Journal Entries, and then turns them into a rolltable",
3139 "author": "spacemandev",
3140 "version": "1.0.1",
3141 "minimumCoreVersion": "0.6.0",
3142 "compatibleCoreVersion": "0.6.4",
3143 "url": "https://github.com/Brownie79/fvtt-cardimporter",
3144 "manifest": "https://raw.githubusercontent.com/Brownie79/fvtt-cardimporter/master/module.json",
3145 "download": "https://github.com/Brownie79/fvtt-cardimporter/archive/v1.0.1.zip",
3146 "esmodules": [
3147 "scripts/cardimporter.js",
3148 "scripts/util/js-yaml.js",
3149 "scripts/util/handlebars.js"
3150 ],
3151 "styles": [
3152 "styles/cardimporter.css"
3153 ],
3154 "languages": [
3155 {
3156 "lang": "en",
3157 "name": "English",
3158 "path": "lang/en.json"
3159 }
3160 ]
3161 },
3162 {
3163 "name": "popout-resizer",
3164 "title": "Popout Resizer",
3165 "description": "A simple module that allows you to resize the side toolbar popouts such as the combat tracker, scenes, actors and compendiums.",
3166 "version": "1.0",
3167 "author": "cardagon",
3168 "minimumCoreVersion": "0.6.0",
3169 "compatibleCoreVersion": "0.6.4",
3170 "esmodules": [
3171 "./main.js"
3172 ],
3173 "styles": [
3174 "./popout-resizer.css"
3175 ],
3176 "url": "https://github.com/Cardagon/popout-resizer",
3177 "download": "https://github.com/Cardagon/popout-resizer/releases/download/v1.0/v1.0.zip",
3178 "manifest": "https://raw.githubusercontent.com/Cardagon/popout-resizer/master/module.json"
3179 },
3180 {
3181 "name": "BatchPermissionsByFolder",
3182 "title": "Batch Permissions By Folder",
3183 "description": "Update: Added Actor Folders. \nChange the permissions of all entities inside a folder. Works for Actors, Items, Journal Entries, and Roll Tables. Will overwrite individual permissions.",
3184 "authors": [
3185 {
3186 "name": "Will Saunders",
3187 "email": "willsaunders1014@gmail.com"
3188 }
3189 ],
3190 "version": "0.0.2",
3191 "minimumCoreVersion": "0.6.2",
3192 "compatibleCoreVersion": "0.6.4",
3193 "scripts": [
3194 "batchpermissions.js"
3195 ],
3196 "changelog": "https://raw.githubusercontent.com/wsaunders1014/BatchPermissionsByFolder/master/README.md",
3197 "url": "https://github.com/wsaunders1014/BatchPermissionsByFolder",
3198 "manifest": "https://raw.githubusercontent.com/wsaunders1014/BatchPermissionsByFolder/master/module.json",
3199 "download": "https://github.com/wsaunders1014/BatchPermissionsByFolder/archive/master.zip"
3200 },
3201 {
3202 "name": "foundryvtt-show-notes",
3203 "title": "Show Notes",
3204 "description": "Always show notes.",
3205 "author": "KrishMero#1792",
3206 "version": "0.1",
3207 "minimumCoreVersion": "0.6.0",
3208 "esmodules": [
3209 "scripts/main.js"
3210 ],
3211 "url": "https://github.com/shawndibble/foundryvtt-show-notes",
3212 "manifest": "https://github.com/shawndibble/foundryvtt-show-notes/raw/master/module.json",
3213 "download": "https://github.com/shawndibble/foundryvtt-show-notes/archive/0.1.zip"
3214 },
3215 {
3216 "name": "mergewalls",
3217 "title": "Merge Walls",
3218 "description": "Try and merge walls to reduce the number of wall segments",
3219 "version": "0.0.7",
3220 "author": "tposney",
3221 "minimumCoreVersion": "0.4.4",
3222 "scripts": [
3223 "mergewalls.js"
3224 ],
3225 "styles": [],
3226 "packs": [],
3227 "url": "https://gitlab.com/tposney/mergewalls/tree/master",
3228 "manifest": "https://gitlab.com/tposney/mergewalls/raw/master/module.json",
3229 "download": "https://gitlab.com/tposney/mergewalls/raw/master/mergewalls.zip"
3230 },
3231 {
3232 "name": "darksheet-style",
3233 "title": "styling for the darksheet 5 sheet",
3234 "description": "Adds styling to the 5e sheet",
3235 "version": "3.8.43",
3236 "author": "Handyfon#8390",
3237 "systems": [
3238 "dnd5e",
3239 "pf1"
3240 ],
3241 "styles": [
3242 "css/darksheet.css",
3243 "css/mce.css"
3244 ],
3245 "socket": true,
3246 "url": "https://github.com/Handyfon/Darksheetstyle",
3247 "manifest": "https://raw.githubusercontent.com/Handyfon/Darksheetstyle/master/module.json",
3248 "download": "https://github.com/Handyfon/Darksheetstyle/raw/master/darksheet-style.zip",
3249 "minimumCoreVersion": "0.5.5",
3250 "compatibleCoreVersion": "0.6.4"
3251 },
3252 {
3253 "name": "darksheet",
3254 "title": "darksheet 5e",
3255 "description": "Darker Dungeons replacement for the default 5e actor sheet",
3256 "version": "2.8.5",
3257 "author": "Handyfon#8390",
3258 "esmodules": [
3259 "darksheet.js",
3260 "/js/character.js",
3261 "/js/base.js",
3262 "templates.js"
3263 ],
3264 "styles": [
3265 "css/darksheet.css"
3266 ],
3267 "packs": [
3268 {
3269 "name": "darkerdungeons",
3270 "label": "Darkrolltables",
3271 "system": "dnd5e",
3272 "path": "./packs/darkerdungeons.db",
3273 "entity": "RollTable"
3274 },
3275 {
3276 "name": "darkitems",
3277 "label": "Darkitems",
3278 "system": "dnd5e",
3279 "path": "./packs/darkitems.db",
3280 "entity": "Item"
3281 },
3282 {
3283 "name": "afflictions",
3284 "label": "Afflictions",
3285 "system": "dnd5e",
3286 "path": "./packs/afflictions.db",
3287 "entity": "Item"
3288 },
3289 {
3290 "name": "abstractrewards",
3291 "label": "Abstract Rewards",
3292 "system": "dnd5e",
3293 "path": "./packs/abstract-rewards.db",
3294 "entity": "Item"
3295 }
3296 ],
3297 "socket": true,
3298 "url": "https://github.com/Handyfon/FDarksheet/tree/master",
3299 "manifest": "https://raw.githubusercontent.com/Handyfon/Darksheet/master/module.json",
3300 "download": "https://github.com/Handyfon/Darksheet/raw/master/darksheet.zip",
3301 "minimumCoreVersion": "0.5.5",
3302 "compatibleCoreVersion": "0.6.0"
3303 },
3304 {
3305 "name": "forien-quest-log",
3306 "title": "Forien's Quest Log",
3307 "description": "Provides comprehensive Quest Log system for players and Game Masters",
3308 "author": "Forien — Forien#2130",
3309 "authors": [
3310 {
3311 "name": "Forien",
3312 "url": "https://www.patreon.com/forien"
3313 }
3314 ],
3315 "version": "0.4.4",
3316 "minimumCoreVersion": "0.6.0",
3317 "compatibleCoreVersion": "0.6.3",
3318 "url": "https://github.com/Forien/foundryvtt-forien-quest-log",
3319 "manifest": "https://raw.githubusercontent.com/Forien/foundryvtt-forien-quest-log/master/module.json",
3320 "download": "https://github.com/Forien/foundryvtt-forien-quest-log/releases/download/v0.4.4/v0.4.4.zip",
3321 "readme": "https://github.com/Forien/foundryvtt-forien-quest-log/blob/v0.4.4/README.md",
3322 "changelog": "https://github.com/Forien/foundryvtt-forien-quest-log/blob/v0.4.4/changelog.md",
3323 "bugs": "https://github.com/Forien/foundryvtt-forien-quest-log/issues",
3324 "languages": [
3325 {
3326 "lang": "de",
3327 "name": "Deutsch",
3328 "path": "lang/de.json"
3329 },
3330 {
3331 "lang": "cn",
3332 "name": "中文(简体",
3333 "path": "lang/cn.json"
3334 },
3335 {
3336 "lang": "en",
3337 "name": "English",
3338 "path": "lang/en.json"
3339 },
3340 {
3341 "lang": "es",
3342 "name": "Español",
3343 "path": "lang/es.json"
3344 },
3345 {
3346 "lang": "fr",
3347 "name": "Français",
3348 "path": "lang/fr.json"
3349 },
3350 {
3351 "lang": "ja",
3352 "name": "日本語",
3353 "path": "lang/ja.json"
3354 },
3355 {
3356 "lang": "ko",
3357 "name": "한국어",
3358 "path": "lang/ko.json"
3359 },
3360 {
3361 "lang": "pl",
3362 "name": "Polski",
3363 "path": "lang/pl.json"
3364 },
3365 {
3366 "lang": "pt-BR",
3367 "name": "Português (Brasil)",
3368 "path": "lang/pt-BR.json"
3369 }
3370 ],
3371 "esmodules": [
3372 "./modules/init.mjs"
3373 ],
3374 "styles": [
3375 "./styles/init.css"
3376 ],
3377 "socket": true
3378 },
3379 {
3380 "name": "fa-dm-screen",
3381 "title": "Forgotten Adventures Extensive DM Screen",
3382 "description": "A Table of Contents for use with the Forgotten Adventures' Extensive DM Screen - 5th edition.",
3383 "version": "0.4",
3384 "author": "fohswe#8355",
3385 "minimumCoreVersion": "0.5.5",
3386 "compatibleCoreVersion": "0.7.0",
3387 "scripts": [
3388 "scripts/fa-dm-screen.js"
3389 ],
3390 "packs": [
3391 {
3392 "name": "fa-dm-screen-toc",
3393 "label": "FA's Exensive DM Screen",
3394 "path": "packs/fa-dm-screen.db",
3395 "entity": "JournalEntry",
3396 "system": "dnd5e"
3397 }
3398 ],
3399 "url": "https://gitlab.com/fohswe/fa-dm-screen",
3400 "manifest": "https://gitlab.com/fohswe/fa-dm-screen/-/raw/master/module.json",
3401 "download": "https://gitlab.com/fohswe/fa-dm-screen/-/archive/master/fa-dm-screen-master.zip"
3402 },
3403 {
3404 "name": "rolltable-buttons",
3405 "title": "RollTable Buttons",
3406 "description": "This module adds a convenient way to draw from RollTables",
3407 "version": "1.1.5",
3408 "author": "RaySSharma",
3409 "scripts": [
3410 "./scripts/RTB.js"
3411 ],
3412 "languages": [
3413 {
3414 "lang": "en",
3415 "name": "English",
3416 "path": "lang/en.json"
3417 }
3418 ],
3419 "styles": [
3420 "./css/rolltable-buttons.css"
3421 ],
3422 "packs": [],
3423 "minimumCoreVersion": "0.6.0",
3424 "compatibleCoreVersion": "0.6.4",
3425 "url": "https://github.com/RaySSharma/fvtt-rolltable-buttons",
3426 "manifest": "https://raw.githubusercontent.com/RaySSharma/fvtt-rolltable-buttons/master/rolltable-buttons/module.json",
3427 "download": "https://github.com/RaySSharma/fvtt-rolltable-buttons/archive/v1.1.5.zip"
3428 },
3429 {
3430 "name": "encounter-builder",
3431 "title": "5e Encounter Builder",
3432 "description": "Adds an application to determine encounter difficulty, based on the Kobold Fight Club.",
3433 "version": "0.2.2",
3434 "minimumCoreVersion": "0.5.0",
3435 "compatibleCoreVersion": "0.6.4",
3436 "author": "RaySSharma",
3437 "scripts": [
3438 "./src/encounter-builder.js",
3439 "./src/builder-form.js"
3440 ],
3441 "styles": [
3442 "./css/encounter-builder.css"
3443 ],
3444 "languages": [
3445 {
3446 "lang": "en",
3447 "name": "English",
3448 "path": "lang/en.json"
3449 }
3450 ],
3451 "system": "dnd5e",
3452 "url": "https://github.com/RaySSharma/fvtt-encounter-builder",
3453 "manifest": "https://raw.githubusercontent.com/RaySSharma/fvtt-encounter-builder/master/encounter-builder/module.json",
3454 "download": "https://github.com/RaySSharma/fvtt-encounter-builder/archive/v0.2.2.zip",
3455 "readme": "https://raw.githubusercontent.com/RaySSharma/fvtt-encounter-builder/master/README.md"
3456 },
3457 {
3458 "name": "fantasy-ui",
3459 "title": "Fantasy UI",
3460 "description": "An updated fantasy-flavored UI for FVTT. Uses icons from Rexard.",
3461 "version": "0.1.16",
3462 "author": "iotech",
3463 "scripts": [
3464 "fantasyui.js"
3465 ],
3466 "styles": [
3467 "fantasyui.css"
3468 ],
3469 "esmodules": [],
3470 "packs": [],
3471 "url": "https://github.com/iotech-fvtt/fantasy-ui",
3472 "manifest": "https://raw.githubusercontent.com/iotech-fvtt/fantasy-ui/master/module.json",
3473 "download": "https://github.com/iotech-fvtt/fantasy-ui/releases/download/0.1.16/fantasy-ui.zip",
3474 "minimumCoreVersion": "0.5.5",
3475 "compatibleCoreVersion": "0.6.2"
3476 },
3477 {
3478 "name": "forien-armoury",
3479 "title": "WFRP4 Forien's Armoury",
3480 "description": "Contains Compendium with new items like Gambesons, various new ammunition types for ranged weapons, and 41 weapons from DasSauerkraut's \"Gerwin Waffenhalter’s Magnificent Weapons Gallery\". Module also allows for reclamation of some fired projectiles depending on various configurable rules (disabled by default).",
3481 "author": "Forien — Forien#2130",
3482 "authors": [
3483 {
3484 "name": "Forien",
3485 "url": "https://www.patreon.com/forien"
3486 },
3487 {
3488 "name": "Michael Sebelski [DasSauerkraut#3215]",
3489 "url": "https://github.com/DasSauerkraut"
3490 }
3491 ],
3492 "dependencies": [
3493 {
3494 "name": "wfrp4e",
3495 "manifest": "https://raw.githubusercontent.com/CatoThe1stElder/WFRP-4th-Edition-FoundryVTT/stable/system.json",
3496 "version": "1.6.0"
3497 },
3498 {
3499 "name": "babele",
3500 "manifest": "https://gitlab.com/riccisi/foundryvtt-babele/raw/master/module/module.json",
3501 "version": "1.19.0"
3502 }
3503 ],
3504 "system": "wfrp4e",
3505 "version": "0.2.12",
3506 "minimumCoreVersion": "0.6.0",
3507 "compatibleCoreVersion": "0.6.3",
3508 "url": "https://github.com/Forien/foundryvtt-forien-armoury",
3509 "manifest": "https://raw.githubusercontent.com/Forien/foundryvtt-forien-armoury/master/module.json",
3510 "download": "https://github.com/Forien/foundryvtt-forien-armoury/releases/download/v0.2.12/v0.2.12.zip",
3511 "readme": "https://github.com/Forien/foundryvtt-forien-armoury/blob/v0.2.12/README.md",
3512 "changelog": "https://github.com/Forien/foundryvtt-forien-armoury/blob/v0.2.12/changelog.md",
3513 "bugs": "https://github.com/Forien/foundryvtt-forien-armoury/issues",
3514 "packs": [
3515 {
3516 "name": "forien-armoury",
3517 "label": "Forien's Armoury",
3518 "system": "wfrp4e",
3519 "path": "./packs/armoury.db",
3520 "entity": "Item"
3521 }
3522 ],
3523 "languages": [
3524 {
3525 "lang": "de",
3526 "name": "Deutsch",
3527 "path": "lang/de.json"
3528 },
3529 {
3530 "lang": "en",
3531 "name": "English",
3532 "path": "lang/en.json"
3533 },
3534 {
3535 "lang": "fr",
3536 "name": "Français",
3537 "path": "lang/fr.json"
3538 },
3539 {
3540 "lang": "pl",
3541 "name": "Polski",
3542 "path": "lang/pl.json"
3543 }
3544 ],
3545 "scripts": [
3546 "./scripts/init.js",
3547 "./scripts/add-config.js",
3548 "./scripts/arrows-reclamation.js",
3549 "./scripts/localization.js",
3550 "./scripts/utils.js"
3551 ],
3552 "socket": true
3553 },
3554 {
3555 "name": "escape-window",
3556 "title": "Escape Window",
3557 "description": "Changes the behavior of the ESC key from closing all windows to minimizing them.",
3558 "version": "0.0.2",
3559 "author": "nevenall",
3560 "scripts": [
3561 "./index.js"
3562 ],
3563 "styles": [],
3564 "packs": [],
3565 "url": "https://github.com/Nevenall/foundry-escape-window",
3566 "manifest": "https://raw.githubusercontent.com/Nevenall/foundry-escape-window/master/module.json",
3567 "download": "https://github.com/Nevenall/foundry-escape-window/archive/master.zip",
3568 "minimumCoreVersion": "0.5.5",
3569 "compatibleCoreVersion": "0.6.4"
3570 },
3571 {
3572 "name": "luminous",
3573 "title": "Luminous",
3574 "author": "Sky#9453",
3575 "description": "A lighter take on the Foundry UI.",
3576 "version": "0.0.2",
3577 "minimumCoreVersion": "0.6.0",
3578 "compatibleCoreVersion": "0.6.4",
3579 "styles": [
3580 "/css/luminous.css",
3581 "/css/luminous_dnd5e.css"
3582 ],
3583 "url": "https://github.com/Sky-Captain-13/foundry/tree/master/luminous",
3584 "manifest": "https://raw.githubusercontent.com/Sky-Captain-13/foundry/master/luminous/luminous/module.json",
3585 "download": "https://github.com/Sky-Captain-13/foundry/raw/master/luminous/luminous.zip"
3586 },
3587 {
3588 "name": "combat-utility-belt",
3589 "title": "Combat Utility Belt",
3590 "description": "Adds various combat-focused features",
3591 "version": "1.1.3",
3592 "author": "Evan Clarke [errational#2007]",
3593 "minimumCoreVersion": "0.5.7",
3594 "compatibleCoreVersion": "0.6.4",
3595 "url": "https://github.com/death-save/combat-utility-belt",
3596 "manifest": "https://raw.githubusercontent.com/death-save/combat-utility-belt/master/module.json",
3597 "download": "https://github.com/death-save/combat-utility-belt/archive/master.zip",
3598 "scripts": [
3599 "./library/typewriterjs/core.js",
3600 "greensock/dist/TweenMax.min.js"
3601 ],
3602 "esmodules": [
3603 "./combat-utility-belt.js"
3604 ],
3605 "languages": [
3606 {
3607 "lang": "en",
3608 "name": "English",
3609 "path": "lang/en.json"
3610 },
3611 {
3612 "lang": "ja",
3613 "name": "日本語",
3614 "path": "lang/ja.json"
3615 },
3616 {
3617 "lang": "ko",
3618 "name": "한국어",
3619 "path": "lang/ko.json"
3620 },
3621 {
3622 "lang": "pt-BR",
3623 "name": "português do Brasil",
3624 "path": "lang/pt-BR.json"
3625 }
3626 ],
3627 "packs": [
3628 {
3629 "name": "conditionsdnd5e",
3630 "label": "Conditions (D&D5e)",
3631 "system": "dnd5e",
3632 "module": "combat-utility-belt",
3633 "path": "./packs/conditionsdnd5e.db",
3634 "entity": "JournalEntry"
3635 },
3636 {
3637 "name": "conditionsarchmage",
3638 "label": "Conditions (13th Age)",
3639 "system": "archmage",
3640 "module": "combat-utility-belt",
3641 "path": "./packs/conditionsarchmage.db",
3642 "entity": "JournalEntry"
3643 }
3644 ],
3645 "styles": [
3646 "./css/combat-utility-belt.css",
3647 "./slick/slick.css",
3648 "./slick/slick-theme.css"
3649 ]
3650 },
3651 {
3652 "name": "00-foundry-vue",
3653 "title": "Foundry Vue",
3654 "description": "Adds Vue support for systems and modules. <b>NOTE: Needs to be enabled after creating a new world to load properly.</b>",
3655 "version": "0.1.0",
3656 "author": "Nick van Oosten (NickEast#1131)",
3657 "scripts": [
3658 "FoundryVue.js"
3659 ],
3660 "minimumCoreVersion": "0.6.0",
3661 "compatibleCoreVersion": "0.6.4",
3662 "url": "https://gitlab.com/foundry-projects/foundry-vue",
3663 "manifest": "https://gitlab.com/foundry-projects/foundry-vue/-/raw/master/src/module.json",
3664 "download": "https://gitlab.com/foundry-projects/foundry-vue/-/raw/v0.1.0/package/00-foundry-vue-v0.1.0.zip"
3665 },
3666 {
3667 "name": "pf2qr",
3668 "title": "Pathfinder 2e Quick Rolls",
3669 "description": "Adds non-intrusive methods of automation to the pf2e system, including attack-ac comparison, save buttons, and resistance accounting.",
3670 "author": "Darth_Apples",
3671 "version": "1.3.2",
3672 "minimumCoreVersion": "0.5.0",
3673 "esmodules": [
3674 "pf2qr-main.js"
3675 ],
3676 "url": "https://gitlab.com/mcarthur.alford/pf2qr/raw/master",
3677 "manifest": "https://gitlab.com/mcarthur.alford/pf2qr/raw/master/module.json",
3678 "download": "https://gitlab.com/mcarthur.alford/pf2qr/raw/master/pf2qr.zip"
3679 },
3680 {
3681 "name": "foundry_community_tables",
3682 "title": "Foundry Community Tables",
3683 "description": "<p>This is a collection of Tables added by the FoundryVTT Community!<br><br>You can add your own tables by making a pull request here: https://github.com/foundry-vtt-community/tables</p>",
3684 "version": "0.6",
3685 "author": "CyberPathogen",
3686 "packs": [
3687 {
3688 "name": "community-tables-5e",
3689 "label": "FVTT Community Tables - 5E",
3690 "path": "packs/table-5e.db",
3691 "module": "foundry_community_tables",
3692 "entity": "RollTable"
3693 },
3694 {
3695 "name": "community-tables-independent",
3696 "label": "FVTT Community Tables - Independent",
3697 "path": "packs/table-independent.db",
3698 "module": "foundry_community_tables",
3699 "entity": "RollTable"
3700 }
3701 ],
3702 "url": "https://github.com/foundry-vtt-community/tables",
3703 "manifest": "https://github.com/foundry-vtt-community/tables/master/module.json",
3704 "download": "https://github.com/foundry-vtt-community/tables/archive/v0.6.zip",
3705 "socket": true,
3706 "minimumCoreVersion": "0.6.0",
3707 "compatibleCoreVersion": "0.6.4"
3708 },
3709 {
3710 "name": "mageflame-expanded",
3711 "title": "Mageflame Expanded",
3712 "description": "A small set of additional features for https://gitlab.com/asacolips-projects/foundry-mods/archmage/tree/master",
3713 "semanticVersion": "3.0.0",
3714 "version": "3.0.0",
3715 "dependencies": [
3716 {
3717 "name": "archmage",
3718 "manifest": "https://gitlab.com/asacolips-projects/foundry-mods/archmage/-/raw/1.5.0/system.json",
3719 "version": "1.5.0"
3720 }
3721 ],
3722 "minimumCoreVersion": "0.6.0",
3723 "compatibleCoreVersion": "0.6.2",
3724 "minimumSystemVersion": "1.5.0",
3725 "author": "Cody Swendrowski <cody@swendrowski.us>",
3726 "scripts": [
3727 "./mageflame.js"
3728 ],
3729 "styles": [
3730 "./mageflame.css"
3731 ],
3732 "languages": [
3733 {
3734 "lang": "en",
3735 "name": "English",
3736 "path": "languages/en.json"
3737 }
3738 ],
3739 "packs": [],
3740 "url": "https://github.com/cswendrowski/FoundryVTT-Mageflame-Expanded",
3741 "manifest": "https://github.com/cswendrowski/FoundryVTT-Mageflame-Expanded/releases/download/latest/module.json",
3742 "download": "https://github.com/cswendrowski/FoundryVTT-Mageflame-Expanded/releases/download/latest/mageflame-expanded.zip"
3743 },
3744 {
3745 "name": "cozy-player",
3746 "title": "Cozy Player",
3747 "description": "Some QoL tools for GM and Players. Skills shortcuts, tooltips and targeting. Made for DnD 5ed.",
3748 "author": "Psyny",
3749 "version": "1.3.0",
3750 "minimumCoreVersion": "0.6.0",
3751 "scripts": [
3752 "./scripts/settings.js",
3753 "./scripts/hotkeys.js",
3754 "./scripts/main.js",
3755 "./scripts/token-tooltip.js",
3756 "./scripts/chat-integration.js"
3757 ],
3758 "styles": [
3759 "./styles.css"
3760 ],
3761 "url": "https://github.com/psyny/FoundryVTT/tree/master/CozyPlayer",
3762 "manifest": "https://raw.githubusercontent.com/psyny/FoundryVTT/master/CozyPlayer/cozy-player/module.json",
3763 "download": "https://github.com/psyny/FoundryVTT/raw/master/CozyPlayer/cozy-player.zip"
3764 },
3765 {
3766 "name": "simple-name-generator",
3767 "title": "Simple Name Generator",
3768 "description": "A little app to generate names for you.",
3769 "version": "3.1",
3770 "author": "megastruktur",
3771 "scripts": [
3772 "./simple-name-generator.js"
3773 ],
3774 "packs": [
3775 {
3776 "name": "macros",
3777 "label": "Name Generators",
3778 "path": "packs/macros.db",
3779 "module": "simple-name-generator",
3780 "entity": "Macro"
3781 }
3782 ],
3783 "url": "https://github.com/megastruktur/foundryvtt-simple-name-generator",
3784 "manifest": "https://raw.githubusercontent.com/megastruktur/foundryvtt-simple-name-generator/3.1/module.json",
3785 "download": "https://github.com/megastruktur/foundryvtt-simple-name-generator/archive/3.1.zip",
3786 "minimumCoreVersion": "0.5.5",
3787 "compatibleCoreVersion": "0.6.4"
3788 },
3789 {
3790 "name": "EasyTable",
3791 "title": "EasyTable",
3792 "description": "Creates simple text-based rollable tables from CSV (or any-SV) data",
3793 "version": "1.2.1",
3794 "author": "Blitzkraig",
3795 "scripts": [
3796 "./easytable.js"
3797 ],
3798 "styles": [
3799 "./styles.css"
3800 ],
3801 "packs": [],
3802 "minimumCoreVersion": "0.5.3",
3803 "compatibleCoreVersion": "0.6.4",
3804 "url": "https://github.com/BlitzKraig/fvtt-EasyTable",
3805 "manifest": "https://raw.githubusercontent.com/BlitzKraig/fvtt-EasyTable/master/module.json",
3806 "download": "https://github.com/BlitzKraig/fvtt-EasyTable/archive/master.zip"
3807 },
3808 {
3809 "name": "arms-reach",
3810 "title": "Arms Reach",
3811 "description": "Allows the GM to limit the distance that a player can interate with a door. And adds a shortkey to interact with rearest door.",
3812 "author": "Psyny",
3813 "version": "1.1.1",
3814 "minimumCoreVersion": "0.6.0",
3815 "scripts": [
3816 "./scripts/settings.js",
3817 "./scripts/main.js"
3818 ],
3819 "url": "https://github.com/psyny/FoundryVTT/tree/master/ArmsReach/arms-reach",
3820 "manifest": "https://raw.githubusercontent.com/psyny/FoundryVTT/master/ArmsReach/arms-reach/module.json",
3821 "download": "https://github.com/psyny/FoundryVTT/raw/master/ArmsReach/arms-reach.zip"
3822 },
3823 {
3824 "name": "chat-scrolling",
3825 "title": "Chat Scrolling",
3826 "description": "Allows you to scroll up and read chat messages without being sent to the bottom whenever a player sends a message.",
3827 "author": "relick",
3828 "version": "0.0.7",
3829 "minimumCoreVersion": "0.6.2",
3830 "compatibleCoreVersion": "0.6.4",
3831 "scripts": [
3832 "./main.js"
3833 ],
3834 "url": "https://github.com/relick/FoundryVTT-Chat-Scrolling",
3835 "manifest": "https://raw.githubusercontent.com/relick/FoundryVTT-Chat-Scrolling/master/module.json",
3836 "download": "https://github.com/relick/FoundryVTT-Chat-Scrolling/archive/0.0.7.zip"
3837 },
3838 {
3839 "name": "right-click-enabler",
3840 "title": "Right-click Enabler",
3841 "description": "Allows you to use the standard context menu in places where Foundry does not use right-click.",
3842 "author": "relick",
3843 "version": "0.0.1",
3844 "minimumCoreVersion": "0.6.4",
3845 "compatibleCoreVersion": "0.6.4",
3846 "scripts": [
3847 "./main.js"
3848 ],
3849 "url": "https://github.com/relick/FoundryVTT-Right-Click-Enabler",
3850 "manifest": "https://raw.githubusercontent.com/relick/FoundryVTT-Right-Click-Enabler/master/module.json",
3851 "download": "https://github.com/relick/FoundryVTT-Right-Click-Enabler/archive/0.0.1.zip"
3852 },
3853 {
3854 "name": "BetterAmbientLoop",
3855 "title": "Better Ambient Loop",
3856 "description": "Alters the howler soundsprite end point to eliminate the short silence in ambient audio clips",
3857 "version": "1.1.1",
3858 "author": "Blitzkraig",
3859 "scripts": [
3860 "./betterambientloop.js"
3861 ],
3862 "styles": [],
3863 "packs": [],
3864 "minimumCoreVersion": "0.5.3",
3865 "compatibleCoreVersion": "0.6.4",
3866 "url": "https://github.com/BlitzKraig/fvtt-BetterAmbientLoop",
3867 "manifest": "https://raw.githubusercontent.com/BlitzKraig/fvtt-BetterAmbientLoop/master/module.json",
3868 "download": "https://github.com/BlitzKraig/fvtt-BetterAmbientLoop/archive/master.zip"
3869 },
3870 {
3871 "name": "lib-targeting",
3872 "title": "LIB Targeting",
3873 "description": "a library that builds a target table & allows npc targeting",
3874 "version": "0.1.1",
3875 "author": {
3876 "name": "Eadorin",
3877 "email": "eadorin@gmail.com",
3878 "url": "https://patreon.com/eadorin"
3879 },
3880 "esmodules": [
3881 "src/main.js"
3882 ],
3883 "scripts": [],
3884 "styles": [],
3885 "compatibleCoreVersion": "0.6.4",
3886 "minimumCoreVersion": "0.6.0",
3887 "manifest": "https://raw.githubusercontent.com/eadorin/lib-targeting/master/module.json",
3888 "download": "https://github.com/eadorin/lib-targeting/archive/master.zip",
3889 "url": "https://github.com/eadorin/lib-targeting",
3890 "changelog": "https:github.com/eadorin/lib-targeting/blob/v0.1.1/changelog.md"
3891 },
3892 {
3893 "name": "token-auras",
3894 "title": "Token Auras",
3895 "description": "Provide options for configuring token auras.",
3896 "version": "1.4",
3897 "minimumCoreVersion": "0.6.0",
3898 "compatibleCoreVersion": "0.6.4",
3899 "author": "Kim Mantas",
3900 "scripts": [
3901 "main.js"
3902 ],
3903 "url": "https://bitbucket.org/Fyorl/token-auras",
3904 "manifest": "https://bitbucket.org/Fyorl/token-auras/raw/master/module.json",
3905 "download": "https://bitbucket.org/Fyorl/token-auras/get/master.zip",
3906 "languages": [
3907 {
3908 "lang": "en",
3909 "name": "English",
3910 "path": "lang/en.json"
3911 },
3912 {
3913 "lang": "pt-BR",
3914 "name": "Português (Brasil)",
3915 "path": "lang/pt-BR.json"
3916 }
3917 ]
3918 },
3919 {
3920 "name": "cursor-zoom",
3921 "title": "Cursor Zoom",
3922 "description": "Zooming will be centered around the cursor, instead of the center of the screen.",
3923 "author": "shem",
3924 "version": "1.0.0-compatible-with-0.6.5",
3925 "minimumCoreVersion": "0.6.0",
3926 "compatibleCoreVersion": "0.6.5",
3927 "scripts": [
3928 "cursorzoom.js"
3929 ],
3930 "url": "https://github.com/itamarcu/CursorZoom",
3931 "manifest": "https://raw.githubusercontent.com/itamarcu/CursorZoom/master/module.json",
3932 "download": "https://github.com/itamarcu/CursorZoom/archive/master.zip"
3933 },
3934 {
3935 "name": "vance-sidebar-resizer",
3936 "title": "Vance's Sidebar Resizer",
3937 "description": "Allows drag resizing of the sidebar (chat, actors, etc)",
3938 "author": "Vance Cole",
3939 "version": "0.0.1",
3940 "minimumCoreVersion": "0.6.0",
3941 "compatibleCoreVersion": "0.6.4",
3942 "esmodules": [
3943 "./vance-sidebar-resizer.js"
3944 ],
3945 "url": "https://github.com/VanceCole/vance-sidebar-resizer",
3946 "manifest": "https://raw.githubusercontent.com/VanceCole/vance-sidebar-resizer/master/module.json",
3947 "download": "https://github.com/VanceCole/vance-sidebar-resizer/releases/download/v0.0.1/v0.0.1.zip",
3948 "readme": "https://github.com/VanceCole/vance-sidebar-resizer/blob/master/README.md",
3949 "changelog": "https://github.com/VanceCole/vance-sidebar-resizer/blob/master/changelog.md"
3950 },
3951 {
3952 "name": "teleport",
3953 "title": "Teleport",
3954 "description": "<p>With Teleport you can move a token between two points of a scene or between scenes.</p>",
3955 "author": "knassher",
3956 "version": "2.1.6",
3957 "minimumCoreVersion": "0.6.2",
3958 "compatibleCoreVersion": "0.6.5",
3959 "socket": true,
3960 "scripts": [
3961 "scripts/teleportsheetconfig.js",
3962 "scripts/teleportpoint.js",
3963 "scripts/teleport.js"
3964 ],
3965 "styles": [
3966 "css/teleport.css"
3967 ],
3968 "url": "https://github.com/knassher/FVTT-Teleport",
3969 "manifest": "https://raw.githubusercontent.com/knassher/FVTT-Teleport/master/module.json",
3970 "download": "https://github.com/knassher/FVTT-Teleport/releases/download/v2.1.6/teleport.2.1.6.zip"
3971 },
3972 {
3973 "name": "swade-pulpedition",
3974 "title": "SWADE Pulp Edition",
3975 "description": "<p>Adds custom widgets to bring a Pulp feel to the SWADE system on Foundry VTT.</p>",
3976 "version": "0.8",
3977 "author": "U~man, Mark(qdwag)",
3978 "scripts": [],
3979 "esmodules": [
3980 "module/pulp.js"
3981 ],
3982 "styles": [
3983 "styles/pulp.css"
3984 ],
3985 "packs": [],
3986 "languages": [
3987 {
3988 "lang": "en",
3989 "name": "English",
3990 "path": "lang/en.json"
3991 },
3992 {
3993 "lang": "fr",
3994 "name": "French (FRANCE)",
3995 "path": "lang/fr.json"
3996 }
3997 ],
3998 "url": "https://gitlab.com/mesfoliesludiques/foundryvtt-swade-pulpedition",
3999 "manifest": "https://gitlab.com/mesfoliesludiques/foundryvtt-swade-pulpedition/-/raw/master/module.json",
4000 "download": "https://gitlab.com/mesfoliesludiques/foundryvtt-swade-pulpedition/-/archive/master/foundryvtt-swade-pulpedition-master.zip",
4001 "minimumCoreVersion": "0.6.0",
4002 "compatibleCoreVersion": "0.6.4"
4003 },
4004 {
4005 "name": "combat-enhancements",
4006 "title": "Combat Enhancements",
4007 "description": "Adds health tracking and drag/drop re-ordering to the combat tracker.",
4008 "author": "Asacolips",
4009 "version": "0.1.2",
4010 "minimumCoreVersion": "0.6.0",
4011 "compatibleCoreVersion": "0.6.3",
4012 "esmodules": [
4013 "module/combat-enhancements.js"
4014 ],
4015 "styles": [
4016 "styles/dist/combat-enhancements.css"
4017 ],
4018 "languages": [
4019 {
4020 "lang": "en",
4021 "name": "English",
4022 "path": "lang/en.json"
4023 }
4024 ],
4025 "url": "https://gitlab.com/asacolips-projects/foundry-mods/combat-enhancements",
4026 "manifest": "https://gitlab.com/asacolips-projects/foundry-mods/combat-enhancements/raw/master/module.json",
4027 "download": "https://gitlab.com/asacolips-projects/foundry-mods/combat-enhancements/-/archive/0.1.2/combat-enhancements-master.zip"
4028 },
4029 {
4030 "name": "lootsheetnpc5e",
4031 "title": "Loot Sheet NPC 5e",
4032 "description": "This module adds an additional NPC sheet which can be used for loot containers such as chests or shopkeepers.",
4033 "version": "2.0.6",
4034 "minimumCoreVersion": "0.5.7",
4035 "compatibleCoreVersion": "0.6.4",
4036 "author": "Jan Ole Peek (ChalkOne), Charles Miller (Kage)",
4037 "systems": [
4038 "dnd5e"
4039 ],
4040 "esmodules": [
4041 "/lootsheetnpc5e.js"
4042 ],
4043 "styles": [
4044 "/css/lootsheetnpc5e.css"
4045 ],
4046 "socket": true,
4047 "url": "https://github.com/jopeek/fvtt-loot-sheet-npc-5e",
4048 "manifest": "https://raw.githubusercontent.com/jopeek/fvtt-loot-sheet-npc-5e/master/module.json",
4049 "download": "https://github.com/jopeek/fvtt-loot-sheet-npc-5e/archive/master.zip"
4050 },
4051 {
4052 "name": "daynightlights",
4053 "title": "Day Night Lights",
4054 "description": "A controller for adding a secondary light options that will automatically update to when changing between day & night lighting conditions.",
4055 "version": "1.0.3",
4056 "author": "EndlesNights#9000",
4057 "minimumCoreVersion": "0.6.0",
4058 "compatibleCoreVersion": "0.6.4",
4059 "scripts": [
4060 "light.js"
4061 ],
4062 "url": "https://github.com/EndlesNights/daynightlights",
4063 "manifest": "https://raw.githubusercontent.com/EndlesNights/daynightlights/master/daynightlights/module.json",
4064 "download": "https://github.com/EndlesNights/daynightlights/raw/master/daynightlights.zip"
4065 },
4066 {
4067 "name": "response-times",
4068 "title": "Response Times",
4069 "description": "Server http response time display in player list for user/client",
4070 "version": "0.2.5",
4071 "author": "tenuki#5050",
4072 "authors": [
4073 {
4074 "name": "",
4075 "email": "",
4076 "url": ""
4077 }
4078 ],
4079 "scripts": [
4080 "lib/Chart.bundle.js"
4081 ],
4082 "esmodules": [
4083 "foundry-ping-times.js"
4084 ],
4085 "styles": [
4086 "foundry-ping-times.css",
4087 "lib/Chart.css"
4088 ],
4089 "packs": [],
4090 "languages": [],
4091 "minimumCoreVersion": "0.6.4",
4092 "compatibleCoreVersion": "0.6.4",
4093 "url": "https://gitlab.com/tenuki.igo/foundryvtt-ping-times",
4094 "manifest": "https://gitlab.com/tenuki.igo/foundryvtt-ping-times/-/raw/master/dist/module.json",
4095 "download": "https://gitlab.com/tenuki.igo/foundryvtt-ping-times/-/raw/v0.2.5/package/response-times-v0.2.5.zip",
4096 "license": "",
4097 "readme": "",
4098 "bugs": "",
4099 "changelog": ""
4100 },
4101 {
4102 "name": "wallter",
4103 "title": "Wallter",
4104 "description": "A module for editing walls",
4105 "author": "Michael Volling",
4106 "authors": [
4107 {
4108 "name": "Michael Volling",
4109 "email": "mvollingjr@gmail.com"
4110 }
4111 ],
4112 "version": "0.1.5",
4113 "minimumCoreVersion": "0.6.0",
4114 "compatibleCoreVersion": "0.6.4",
4115 "url": "https://github.com/mtvjr/wallter",
4116 "readme": "https://github.com/mtvjr/wallter/blob/master/README.md",
4117 "license": "https://github.com/mtvjr/wallter/blob/master/LICENSE",
4118 "manifest": "https://raw.githubusercontent.com/mtvjr/wallter/master/module.json",
4119 "download": "https://github.com/mtvjr/wallter/archive/v0.1.5-beta.zip",
4120 "esmodules": [
4121 "./scripts/wallter.mjs"
4122 ]
4123 },
4124 {
4125 "name": "simplemobile",
4126 "title": "Simple-Mobile",
4127 "description": "Add (somewhat) support for mobile",
4128 "version": "0.1.1",
4129 "author": "Handyfon#8390",
4130 "esmodules": [
4131 "mobile.js"
4132 ],
4133 "styles": [
4134 "mobile.css"
4135 ],
4136 "socket": true,
4137 "url": "https://github.com/Handyfon/simplemobile/tree/master",
4138 "manifest": "https://raw.githubusercontent.com/Handyfon/simplemobile/master/module.json",
4139 "download": "https://github.com/Handyfon/simplemobile/raw/master/simplemobile.zip",
4140 "minimumCoreVersion": "0.5.5",
4141 "compatibleCoreVersion": "0.6.4"
4142 },
4143 {
4144 "name": "obsidian",
4145 "title": "Obsidian Character Sheets",
4146 "description": "Dark theme character sheets.",
4147 "version": "3.8.13",
4148 "minimumCoreVersion": "0.6.2",
4149 "compatibleCoreVersion": "0.6.5",
4150 "author": "Kim Mantas",
4151 "systems": [
4152 "dnd5e"
4153 ],
4154 "esmodules": [
4155 "js/main.js"
4156 ],
4157 "socket": true,
4158 "styles": [
4159 "css/fonts.css",
4160 "css/obsidian.css",
4161 "css/obsidian-icons.css",
4162 "css/obsidian-main.css",
4163 "css/obsidian-effects.css",
4164 "css/obsidian-npc.css"
4165 ],
4166 "packs": [
4167 {
4168 "name": "spells",
4169 "label": "Spells",
4170 "system": "dnd5e",
4171 "module": "obsidian",
4172 "path": "packs/spells.db",
4173 "entity": "Item"
4174 }
4175 ],
4176 "url": "https://bitbucket.org/Fyorl/obsidian",
4177 "manifest": "https://bitbucket.org/Fyorl/obsidian/raw/master/module.json",
4178 "download": "https://bitbucket.org/Fyorl/obsidian/get/3.8.13.zip",
4179 "languages": [
4180 {
4181 "lang": "en",
4182 "name": "English",
4183 "path": "lang/en.json"
4184 },
4185 {
4186 "lang": "de",
4187 "name": "Deutsch",
4188 "path": "lang/de.json"
4189 },
4190 {
4191 "lang": "ja",
4192 "name": "日本語",
4193 "path": "lang/ja.json"
4194 }
4195 ]
4196 },
4197 {
4198 "name": "look-at-that",
4199 "title": "Look At That",
4200 "description": "Press 'P' to pull all players' views to where your mouse is pointed!",
4201 "authors": [
4202 {
4203 "name": "Will Saunders",
4204 "email": "willsaunders1014@gmail.com"
4205 }
4206 ],
4207 "version": "0.0.1",
4208 "minimumCoreVersion": "0.6.2",
4209 "compatibleCoreVersion": "0.6.4",
4210 "scripts": [
4211 "look-at-that.js"
4212 ],
4213 "socket": true,
4214 "changelog": "https://raw.githubusercontent.com/wsaunders1014/LookAtThat/master/README.md",
4215 "url": "https://github.com/wsaunders1014/LookAtThat",
4216 "manifest": "https://raw.githubusercontent.com/wsaunders1014/LookAtThat/master/module.json",
4217 "download": "https://github.com/wsaunders1014/LookAtThat/archive/master.zip"
4218 },
4219 {
4220 "name": "lootsheetnpcpf2e",
4221 "title": "Loot Sheet NPC PF2e",
4222 "description": "This module adds an additional NPC sheet which can be used for loot containers such as chests or shopkeepers.",
4223 "version": "0.0.1",
4224 "minimumCoreVersion": "0.5.7",
4225 "compatibleCoreVersion": "0.6.0",
4226 "author": "Jan Ole Peek (ChalkOne), Charles Miller (Kage)",
4227 "systems": [
4228 "pf2e"
4229 ],
4230 "esmodules": [
4231 "/lootsheetnpcpf2e.js"
4232 ],
4233 "styles": [
4234 "/css/lootsheetnpcpf2e.css"
4235 ],
4236 "socket": true,
4237 "url": "https://github.com/jopeek/fvtt-loot-sheet-npc-pf2e",
4238 "manifest": "https://raw.githubusercontent.com/jopeek/fvtt-loot-sheet-npc-pf2e/master/module.json",
4239 "download": "https://github.com/jopeek/fvtt-loot-sheet-npc-pf2e/archive/master.zip"
4240 },
4241 {
4242 "name": "token-info-icons",
4243 "title": "Token Info Icons",
4244 "description": "Simple module that displays Speed, AC, and Passive Perception on Tokens for the GM.",
4245 "version": "1.1.4",
4246 "minimumCoreVersion": "0.4.4",
4247 "compatibleCoreVersion": "0.5.7",
4248 "author": "Jan Ole Peek (ChalkOne)",
4249 "systems": [
4250 "dnd5e",
4251 "pf2e",
4252 "pf1"
4253 ],
4254 "scripts": [
4255 "/token-info-icons.js"
4256 ],
4257 "styles": [
4258 "/css/token-info-icons.css"
4259 ],
4260 "url": "https://github.com/jopeek/fvtt-token-info-icons",
4261 "manifest": "https://raw.githubusercontent.com/jopeek/fvtt-token-info-icons/master/module.json",
4262 "download": "https://github.com/jopeek/fvtt-token-info-icons/archive/master.zip"
4263 },
4264 {
4265 "name": "simple-dice-roller",
4266 "title": "Simple Dice Roller",
4267 "description": "Simple module that allows for quick rolling of common dice.",
4268 "version": "1.0.1",
4269 "minimumCoreVersion": "0.4.4",
4270 "compatibleCoreVersion": "0.5.7",
4271 "author": "Jan Ole Peek (ChalkOne)",
4272 "scripts": [
4273 "./simple-dice-roller.js"
4274 ],
4275 "styles": [
4276 "./css/simple-dice-roller.css",
4277 "./css/dicefont.css"
4278 ],
4279 "url": "https://github.com/jopeek/fvtt-simple-dice-roller",
4280 "manifest": "https://raw.githubusercontent.com/jopeek/fvtt-simple-dice-roller/master/module.json",
4281 "download": "https://github.com/jopeek/fvtt-simple-dice-roller/archive/master.zip"
4282 },
4283 {
4284 "name": "dndbeyond-character-sheet",
4285 "title": "DNDBeyond Character Sheet for 5E",
4286 "description": "This module adds an additional character sheet inspired by DNDBeyond and the Obsidian character sheet.",
4287 "version": "1.2.4",
4288 "minimumCoreVersion": "0.5.7",
4289 "compatibleCoreVersion": "0.6.2",
4290 "author": "Jan Ole Peek (ChalkOne)",
4291 "systems": [
4292 "dnd5e"
4293 ],
4294 "esmodules": [
4295 "/dndbeyond-character-sheet.js"
4296 ],
4297 "styles": [
4298 "/css/dndbeyond-character-sheet.css"
4299 ],
4300 "url": "https://github.com/jopeek/fvtt-dndbeyond-character-sheet",
4301 "manifest": "https://raw.githubusercontent.com/jopeek/fvtt-dndbeyond-character-sheet/master/module.json",
4302 "download": "https://github.com/jopeek/fvtt-dndbeyond-character-sheet/archive/master.zip"
4303 },
4304 {
4305 "name": "ct-effect-tooltips",
4306 "title": "Combat Tracker Effect Icon Tooltips",
4307 "description": "Adds tool tips to the effect icons shown on tokens in the combat tracker.",
4308 "version": "1.0.0",
4309 "author": "Cole Schultz (cole#9640)",
4310 "esmodules": [
4311 "ct-effect-tooltips.js"
4312 ],
4313 "minimumCoreVersion": "0.6.2",
4314 "compatibleCoreVersion": "0.6.4",
4315 "url": "https://github.com/schultzcole/FVTT-Combat-Tracker-Effects-Tooltips",
4316 "manifest": "https://raw.githubusercontent.com/schultzcole/FVTT-Combat-Tracker-Effects-Tooltips/master/module.json",
4317 "download": "https://github.com/schultzcole/FVTT-Combat-Tracker-Effects-Tooltips/archive/1.0.0.zip",
4318 "license": "https://github.com/schultzcole/FVTT-Combat-Tracker-Effects-Tooltips/blob/1.0.0/LICENSE",
4319 "readme": "https://github.com/schultzcole/FVTT-Combat-Tracker-Effects-Tooltips/blob/1.0.0/README.md",
4320 "changelog": "https://github.com/schultzcole/FVTT-Combat-Tracker-Effects-Tooltips/blob/1.0.0/CHANGELOG.md"
4321 },
4322 {
4323 "name": "target-enhancements",
4324 "title": "Target Enhancements",
4325 "description": "Provides a number of enhancements for targetting",
4326 "version": "0.9.5",
4327 "author": "Eadorin",
4328 "esmodules": [
4329 "pixi-filters.js",
4330 "target-enhancements.js"
4331 ],
4332 "compatibleCoreVersion": "0.6.3",
4333 "minimumCoreVersion": "0.6.0",
4334 "manifest": "https://raw.githubusercontent.com/eadorin/target-enhancements/master/module.json",
4335 "download": "https://github.com/eadorin/target-enhancements/archive/master.zip",
4336 "url": "https://github.com/eadorin/target-enhancements",
4337 "languages": [
4338 {
4339 "lang": "en",
4340 "name": "English",
4341 "path": "lang/en.json"
4342 }
4343 ],
4344 "changelog": "https:github.com/eadorin/about-face/blob/v1.1/changelog.md"
4345 },
4346 {
4347 "name": "ShowDragDistance",
4348 "title": "Show Drag Distance",
4349 "description": "Bugfixes: Fixed issue where users couldn't pan after another player moved their token. \n MAJOR OVERHAUL: Rebuilt from the ground up. Please submit an issue on github if you find one. Shows the distance you're dragging a token, similar to holding the ctrl key. Because 30 feet isn't as much as it sounds. Also removes the contraint of the normal ruler to hold CTRL and drag from Token. Now you can just press CTRL with token selected and it will show you the range from your token to mouse!",
4350 "authors": [
4351 {
4352 "name": "Will Saunders",
4353 "email": "willsaunders1014@gmail.com"
4354 }
4355 ],
4356 "version": "1.0.9",
4357 "minimumCoreVersion": "0.6.2",
4358 "compatibleCoreVersion": "0.6.4",
4359 "scripts": [
4360 "showdragdistance.js"
4361 ],
4362 "languages": [
4363 {
4364 "lang": "en",
4365 "name": "English",
4366 "path": "lang/en.json"
4367 }
4368 ],
4369 "changelog": "https://raw.githubusercontent.com/wsaunders1014/ShowDragDistance/master/README.md",
4370 "url": "https://github.com/wsaunders1014/showdragdistance",
4371 "manifest": "https://raw.githubusercontent.com/wsaunders1014/showdragdistance/master/module.json",
4372 "download": "https://github.com/wsaunders1014/showdragdistance/archive/master.zip"
4373 },
4374 {
4375 "name": "lazymoney",
4376 "title": "Lazy Money",
4377 "description": "Easily add or remove currency with automatic conversion and no overdraft.",
4378 "author": "DeVelox",
4379 "version": "0.9.7",
4380 "minimumCoreVersion": "0.6.0",
4381 "compatibleCoreVersion": "0.6.3",
4382 "system": "dnd5e",
4383 "url": "https://github.com/DeVelox/lazymoney",
4384 "manifest": "https://github.com/DeVelox/lazymoney/raw/master/module.json",
4385 "download": "https://github.com/DeVelox/lazymoney/archive/master.zip",
4386 "esmodules": [
4387 "scripts/lazymoney.js"
4388 ]
4389 },
4390 {
4391 "name": "ambientdoors",
4392 "title": "Ambient Doors",
4393 "description": "A controller for playing ambient sounds effects when opening and closing doors",
4394 "version": "2.0.2",
4395 "author": "EndlesNights#9000",
4396 "minimumCoreVersion": "0.6.0",
4397 "compatibleCoreVersion": "0.6.3",
4398 "scripts": [
4399 "door.js"
4400 ],
4401 "url": "https://github.com/EndlesNights/ambientdoors",
4402 "manifest": "https://raw.githubusercontent.com/EndlesNights/ambientdoors/master/ambientdoors/module.json",
4403 "download": "https://github.com/EndlesNights/ambientdoors/raw/master/ambientdoors.zip"
4404 },
4405 {
4406 "name": "adjusted-movement",
4407 "title": "Adjusted Movement",
4408 "description": "Provides various restrictions for user token movement",
4409 "version": "0.1.3",
4410 "author": "Eadorin",
4411 "esmodules": [
4412 "adjusted-movement.js"
4413 ],
4414 "compatibleCoreVersion": "0.6.3",
4415 "minimumCoreVersion": "0.6.0",
4416 "manifest": "https://raw.githubusercontent.com/eadorin/adjusted-movement/master/module.json",
4417 "download": "https://github.com/eadorin/adjusted-movement/archive/master.zip",
4418 "url": "https://github.com/eadorin/adjusted-movement",
4419 "languages": [
4420 {
4421 "lang": "en",
4422 "name": "English",
4423 "path": "lang/en.json"
4424 }
4425 ],
4426 "changelog": "https:github.com/eadorin/adjusted-movement/blob/v0.1.0/changelog.md",
4427 "socket": true
4428 },
4429 {
4430 "name": "token-drag-visibility",
4431 "title": "GM Token-Drag Visibility",
4432 "description": "Disables the vision limitation when dragging a token as a GM. Useful for moving players between floors on the same map.",
4433 "author": "Steffan Poulsen",
4434 "version": "1.1.1",
4435 "minimumCoreVersion": "0.6.0",
4436 "compatibleCoreVersion": "0.6.2",
4437 "scripts": [
4438 "./tokendragvisibility.js"
4439 ],
4440 "url": "https://github.com/SteffanPoulsen/token-drag-visibility",
4441 "manifest": "https://github.com/SteffanPoulsen/token-drag-visibility/raw/master/src/module.json",
4442 "download": "https://github.com/SteffanPoulsen/token-drag-visibility/raw/master/dist/token-drag-visibility.zip"
4443 },
4444 {
4445 "name": "forien-copy-environment",
4446 "title": "Forien's Copy Environment",
4447 "description": "Allows for copying TXT/JSON list of system/modules and versions",
4448 "author": "Forien — Forien#2130",
4449 "authors": [
4450 {
4451 "name": "Forien",
4452 "url": "https://www.patreon.com/forien"
4453 }
4454 ],
4455 "version": "1.0.1",
4456 "minimumCoreVersion": "0.6.0",
4457 "compatibleCoreVersion": "0.6.3",
4458 "url": "https://github.com/Forien/foundryvtt-forien-copy-environment",
4459 "manifest": "https://raw.githubusercontent.com/Forien/foundryvtt-forien-copy-environment/master/module.json",
4460 "download": "https://github.com/Forien/foundryvtt-forien-copy-environment/releases/download/v1.0.1/v1.0.1.zip",
4461 "readme": "https://github.com/Forien/foundryvtt-forien-copy-environment/blob/v1.0.1/README.md",
4462 "bugs": "https://github.com/Forien/foundryvtt-forien-copy-environment/issues",
4463 "esmodules": [
4464 "./modules/init.js"
4465 ]
4466 },
4467 {
4468 "name": "npc-chatter",
4469 "title": "NPC Chatter",
4470 "description": "Your NPCs have things to say",
4471 "semanticVersion": "1.0.0",
4472 "version": "0.1.0",
4473 "minimumCoreVersion": "0.6.2",
4474 "compatibleCoreVersion": "0.6.2",
4475 "author": "Cody Swendrowski <cody@swendrowski.us>",
4476 "scripts": [
4477 "./npcchatter.js"
4478 ],
4479 "styles": [],
4480 "languages": [],
4481 "packs": [
4482 {
4483 "name": "npcchatter",
4484 "label": "NPC CHatter",
4485 "path": "./packs/npc-chatter.db",
4486 "entity": "Macro"
4487 }
4488 ],
4489 "url": "https://github.com/cswendrowski/FoundryVtt-Npc-Chatter",
4490 "manifest": "https://raw.githubusercontent.com/cswendrowski/FoundryVtt-Npc-Chatter/master/module.json",
4491 "download": "https://github.com/cswendrowski/FoundryVtt-Npc-Chatter/releases/download/v1.0.0/npcchatter.zip"
4492 },
4493 {
4494 "name": "multilevel-tokens",
4495 "title": "Multilevel Tokens",
4496 "description": "<p>Allows you to mark out linked regions on the map. Tokens present in the source region will be automatically cloned to the target region, and kept up-to-date with the original, mirroring movement and other changes.</p><p>Ideal for multi-level maps, for example so that tokens on a floor below are visible from a balcony above, and more!</p><p>Also adds a simple token teleportation system that works in a similar way.</p><p>See page at URL below for full usage instructions.</p>",
4497 "author": "grandseiken",
4498 "version": "0.3.0",
4499 "minimumCoreVersion": "0.6.0",
4500 "compatibleCoreVersion": "0.6.2",
4501 "scripts": [
4502 "multilevel.js"
4503 ],
4504 "url": "https://github.com/grandseiken/foundryvtt-multilevel-tokens",
4505 "manifest": "https://raw.githubusercontent.com/grandseiken/foundryvtt-multilevel-tokens/master/module.json",
4506 "download": "https://github.com/grandseiken/foundryvtt-multilevel-tokens/archive/v0.3.0.zip"
4507 },
4508 {
4509 "name": "module-settings-sorter",
4510 "title": "Module Settings Sorter",
4511 "description": "Sorts the Module Settings window alphabetically",
4512 "version": "0.1",
4513 "author": "Eadorin",
4514 "esmodules": [
4515 "main.js"
4516 ],
4517 "compatibleCoreVersion": "0.6.0",
4518 "minimumCoreVersion": "0.6.0",
4519 "manifest": "https://raw.githubusercontent.com/eadorin/module-settings-sorter/master/module.json",
4520 "download": "https://github.com/eadorin/module-settings-sorter/archive/master.zip",
4521 "url": "https://github.com/eadorin/module-settings-sorter"
4522 },
4523 {
4524 "name": "vtta-dndbeyond",
4525 "title": "Virtual Tabletop Assets - D&D Beyond Integration",
4526 "description": "Integrates your licensed content from D&D Beyond in your roleplaying gaming session using Foundry VTT",
4527 "version": "3.1.4",
4528 "minimumCoreVersion": "0.6.0",
4529 "compatibleCoreVersion": "0.6.4",
4530 "author": "Sebastian Will",
4531 "authors": [
4532 {
4533 "name": "Sebastian Will",
4534 "email": "vttassets@gmail.com",
4535 "url": "https://www.vttassets.com"
4536 },
4537 {
4538 "name": "Jack",
4539 "email": "jack@mrprimate.co.uk",
4540 "url": "https://mrprimate.co.uk"
4541 }
4542 ],
4543 "languages": [
4544 {
4545 "lang": "en",
4546 "name": "English",
4547 "path": "lang/en.json"
4548 },
4549 {
4550 "lang": "de",
4551 "name": "Deutsch",
4552 "path": "lang/de.json"
4553 }
4554 ],
4555 "systems": [
4556 "dnd5e"
4557 ],
4558 "esmodules": [
4559 "src/index.js"
4560 ],
4561 "styles": [
4562 "./css/module-settings.css",
4563 "./css/default.css",
4564 "./src/character/import.css",
4565 "./css/sidebar.css",
4566 "./css/journal.css",
4567 "./css/notifications.css",
4568 "./css/scene-navigation.css"
4569 ],
4570 "packs": [],
4571 "socket": true,
4572 "url": "https://www.vttassets.com/assets/vtta-dndbeyond",
4573 "manifest": "https://update.vttassets.com/modules/vtta-dndbeyond/stable/module.json",
4574 "download": "https://get.vttassets.com/modules/vtta-dndbeyond/stable",
4575 "license": "LICENSE.md",
4576 "bugs": "https://github.com/VTTAssets/vtta-dndbeyond/issues",
4577 "readme": "https://github.com/VTTAssets/vtta-dndbeyond/blob/master/README.md",
4578 "changelog": "https://github.com/VTTAssets/vtta-dndbeyond/releases"
4579 },
4580 {
4581 "name": "simple-worldbuilding-plus",
4582 "title": "Simple World-building Plus",
4583 "description": "Adds TinyMCE enhancements useful for building character sheets with the Simple World-building system.",
4584 "author": "Asacolips",
4585 "version": "0.3.0",
4586 "minimumCoreVersion": "0.6.0",
4587 "compatibleCoreVersion": "0.6.3",
4588 "esmodules": [
4589 "module/simple-worldbuilding-plus.js"
4590 ],
4591 "styles": [
4592 "styles/dist/simple-worldbuilding-plus.css"
4593 ],
4594 "url": "https://gitlab.com/asacolips-projects/foundry-mods/simple-worldbuilding-plus",
4595 "manifest": "https://gitlab.com/asacolips-projects/foundry-mods/simple-worldbuilding-plus/raw/master/module.json",
4596 "download": "https://gitlab.com/asacolips-projects/foundry-mods/simple-worldbuilding-plus/-/archive/0.3.0/simple-worldbuilding-plus-master.zip"
4597 },
4598 {
4599 "name": "maestro",
4600 "title": "Maestro",
4601 "description": "Adds new sound-related features such as Hype Tracks, and Item Tracks",
4602 "author": "Evan Clarke (errational#2007)",
4603 "version": "0.7.1",
4604 "minimumCoreVersion": "0.5.7",
4605 "compatibleCoreVersion": "0.6.3",
4606 "esmodules": [
4607 "./maestro.js"
4608 ],
4609 "styles": [
4610 "./maestro.css"
4611 ],
4612 "languages": [
4613 {
4614 "lang": "en",
4615 "name": "English",
4616 "path": "lang/en.json"
4617 },
4618 {
4619 "lang": "ja",
4620 "name": "日本語",
4621 "path": "lang/ja.json"
4622 },
4623 {
4624 "lang": "ko",
4625 "name": "한국어",
4626 "path": "lang/ko.json"
4627 }
4628 ],
4629 "manifest": "https://raw.githubusercontent.com/death-save/maestro/master/module.json",
4630 "download": "https://github.com/death-save/maestro/archive/master.zip",
4631 "url": "https://github.com/death-save/maestro"
4632 },
4633 {
4634 "name": "quicksceneview",
4635 "title": "QuickSceneView",
4636 "description": "View a scene directly from the sidebar Scenes Directory context menu without activating it or adding it to the navigation first.",
4637 "author": "wonko",
4638 "version": "0.0.2",
4639 "minimumCoreVersion": "0.6.2",
4640 "compatibleCoreVersion": "0.6.2",
4641 "scripts": [
4642 "quicksceneview.js"
4643 ],
4644 "url": "https://gitlab.com/reichler/quicksceneview",
4645 "manifest": "https://gitlab.com/reichler/quicksceneview/-/raw/master/quicksceneview/module.json",
4646 "download": "https://gitlab.com/reichler/quicksceneview/-/jobs/artifacts/master/raw/quicksceneview.zip?job=build"
4647 },
4648 {
4649 "name": "dice-so-nice",
4650 "title": "Dice So Nice!",
4651 "description": "Adds the ability to show a nice 3D dice simulation when a roll is made.",
4652 "version": "2.0.3",
4653 "minimumCoreVersion": "0.5.7",
4654 "compatibleCoreVersion": "0.6.3",
4655 "author": "Simone, JDW",
4656 "esmodules": [
4657 "./main.js"
4658 ],
4659 "scripts": [
4660 "./libs/cannon.min.js",
4661 "./libs/three.min.js"
4662 ],
4663 "socket": true,
4664 "styles": [
4665 "./style.css"
4666 ],
4667 "languages": [
4668 {
4669 "lang": "en",
4670 "name": "English",
4671 "path": "./lang/en.json"
4672 },
4673 {
4674 "lang": "it",
4675 "name": "Italian",
4676 "path": "./lang/it.json"
4677 },
4678 {
4679 "lang": "es",
4680 "name": "Spanish",
4681 "path": "./lang/es.json"
4682 },
4683 {
4684 "lang": "cn",
4685 "name": "Chinese",
4686 "path": "./lang/cn.json"
4687 },
4688 {
4689 "lang": "ko",
4690 "name": "Korean",
4691 "path": "./lang/ko.json"
4692 },
4693 {
4694 "lang": "pt-BR",
4695 "name": "Português (Brasil)",
4696 "path": "./lang/pt-BR.json"
4697 }
4698 ],
4699 "url": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice",
4700 "manifest": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice/raw/master/module/module.json",
4701 "download": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice/-/jobs/artifacts/2.0.3/raw/dice-so-nice.zip?job=build"
4702 },
4703 {
4704 "name": "deselection",
4705 "title": "Deselection",
4706 "description": "Lets the players and GM deselect tokens by clicking anywhere on the map.",
4707 "version": "1.4.3",
4708 "author": "Sky",
4709 "minimumCoreVersion": "0.6.0",
4710 "compatibleCoreVersion": "0.6.2",
4711 "scripts": [
4712 "./deselection.js"
4713 ],
4714 "url": "https://github.com/Sky-Captain-13/foundry/tree/master/deselection",
4715 "manifest": "https://raw.githubusercontent.com/Sky-Captain-13/foundry/master/deselection/deselection/module.json",
4716 "download": "https://github.com/Sky-Captain-13/foundry/raw/master/deselection/deselection.zip"
4717 },
4718 {
4719 "name": "token-tooltip",
4720 "title": "Token Tooltip",
4721 "description": "Creates a tooltip with the AC, HP, Passive Perception/Investigation, and Speed when mousing over a token.",
4722 "version": "1.3.3",
4723 "author": "Sky#9453 (discord)",
4724 "minimumCoreVersion": "0.6.0",
4725 "compatibleCoreVersion": "0.6.2",
4726 "systems": [
4727 "dnd5e"
4728 ],
4729 "scripts": [
4730 "./init.js",
4731 "./token-tooltip.js"
4732 ],
4733 "styles": [
4734 "./styles.css"
4735 ],
4736 "url": "https://github.com/Sky-Captain-13/foundry/tree/master/token-tooltip",
4737 "manifest": "https://raw.githubusercontent.com/Sky-Captain-13/foundry/master/token-tooltip/token-tooltip/module.json",
4738 "download": "https://github.com/Sky-Captain-13/foundry/raw/master/token-tooltip/token-tooltip.zip"
4739 },
4740 {
4741 "name": "poi-sheet",
4742 "title": "Point of Interest Sheet",
4743 "description": "A very simple alternate sheet that allows actors to be used as Points of Interest if map notes don't work for you.",
4744 "version": "0.0.5",
4745 "author": "Sky#9453",
4746 "minimumCoreVersion": "0.6.0",
4747 "compatibleCoreVersion": "0.6.2",
4748 "systems": [
4749 "dnd5e"
4750 ],
4751 "scripts": [
4752 "./poi-sheet.js"
4753 ],
4754 "url": "https://github.com/Sky-Captain-13/foundry/tree/master/poi-sheet",
4755 "manifest": "https://raw.githubusercontent.com/Sky-Captain-13/foundry/master/poi-sheet/poi-sheet/module.json",
4756 "download": "https://github.com/Sky-Captain-13/foundry/raw/master/poi-sheet/poi-sheet.zip"
4757 },
4758 {
4759 "name": "expander",
4760 "title": "Expander",
4761 "author": "Sky#9453",
4762 "description": "Expands the sidebar when you click on the chat icon.",
4763 "version": "0.0.3",
4764 "minimumCoreVersion": "0.6.0",
4765 "compatibleCoreVersion": "0.6.2",
4766 "scripts": [
4767 "expander.js"
4768 ],
4769 "url": "https://github.com/Sky-Captain-13/foundry/tree/master/expander",
4770 "manifest": "https://raw.githubusercontent.com/Sky-Captain-13/foundry/master/expander/expander/module.json",
4771 "download": "https://github.com/Sky-Captain-13/foundry/raw/master/expander/expander.zip"
4772 },
4773 {
4774 "name": "alt5e",
4775 "title": "Sky's Alternate 5th Edition Dungeons & Dragons Sheet",
4776 "description": "Replaces the default D&D 5e character sheet with an alternate layout of the main tab (including an area to list frequently used items, spells, etc), additional information in the biography tab, and a new tab for taking notes.",
4777 "version": "1.3.3",
4778 "author": "Sky#9453",
4779 "minimumCoreVersion": "0.6.0",
4780 "compatibleCoreVersion": "0.6.2",
4781 "systems": [
4782 "dnd5e"
4783 ],
4784 "minimumSystemVersion": "0.93",
4785 "esmodules": [
4786 "alt5e.js"
4787 ],
4788 "styles": [
4789 "/css/alt5e.css",
4790 "/css/alt5e-extra.css"
4791 ],
4792 "url": "https://github.com/Sky-Captain-13/foundry/tree/master/alt5e",
4793 "manifest": "https://raw.githubusercontent.com/Sky-Captain-13/foundry/master/alt5e/alt5e/module.json",
4794 "download": "https://github.com/Sky-Captain-13/foundry/raw/master/alt5e/alt5e.zip"
4795 },
4796 {
4797 "name": "long-rest-hd-healing",
4798 "title": "Long Rest Hit Die Healing for D&D5e",
4799 "description": "Changes long rests in the dnd5e system to only allow healing via hit dice",
4800 "systems": [
4801 "dnd5e"
4802 ],
4803 "version": "1.0.0",
4804 "author": "Cole Schultz (cole#9640)",
4805 "esmodules": [
4806 "lr-hd-healing.js"
4807 ],
4808 "minimumCoreVersion": "0.6.2",
4809 "compatibleCoreVersion": "0.6.2",
4810 "url": "https://github.com/schultzcole/FVTT-Long-Rest-HD-Healing-5e",
4811 "manifest": "https://raw.githubusercontent.com/schultzcole/FVTT-Long-Rest-HD-Healing-5e/master/module.json",
4812 "download": "https://github.com/schultzcole/FVTT-Long-Rest-HD-Healing-5e/archive/1.0.0.zip",
4813 "license": "https://github.com/schultzcole/FVTT-Long-Rest-HD-Healing-5e/blob/1.0.0/LICENSE",
4814 "readme": "https://github.com/schultzcole/FVTT-Long-Rest-HD-Healing-5e/blob/1.0.0/README.md",
4815 "changelog": "https://github.com/schultzcole/FVTT-Long-Rest-HD-Healing-5e/blob/1.0.0/CHANGELOG.md"
4816 },
4817 {
4818 "name": "dndAudioBundle-HammerHome",
4819 "title": "D&D Audio Bundle - Hammer Home",
4820 "description": "<p>The sounds of the small Hammlet of Hammer Home, blacksmith, docks, 2 inns/taverns, haunted forest, market, on the road, and wet dungeons.</p><p>41 MB</p><p>8 files</p>",
4821 "version": "1.0",
4822 "minimumCoreVersion": "0.5.0",
4823 "compatibleCoreVersion": "0.7.0",
4824 "author": "thdm/DatDamnZotz [DatDamnZotz#7962]",
4825 "packs": [
4826 {
4827 "name": "Hammer Home",
4828 "label": "Hammer Home",
4829 "path": "/packs/playlist1.db",
4830 "entity": "Playlist"
4831 }
4832 ],
4833 "url": "https://github.com/datdamnzotz/FoundryVTT-DnD-Audio-Bundle-Hammer-Home",
4834 "manifest": "https://raw.githubusercontent.com/datdamnzotz/FoundryVTT-DnD-Audio-Bundle-Hammer-Home/master/module.json",
4835 "download": "https://github.com/datdamnzotz/FoundryVTT-DnD-Audio-Bundle-Hammer-Home/releases/download//v1.0/v1.0.zip"
4836 },
4837 {
4838 "name": "parallaxia",
4839 "title": "Parallaxia",
4840 "description": "Entertain your players with animated tiles and systemic nausea",
4841 "author": "wonko",
4842 "version": "0.2.9",
4843 "minimumCoreVersion": "0.6.0",
4844 "compatibleCoreVersion": "0.6.2",
4845 "keywords": [
4846 "visual",
4847 "animations",
4848 "effects"
4849 ],
4850 "esmodules": [
4851 "./module/parallaxia.js",
4852 "./module/ParallaxiaManager.js",
4853 "./module/ParallaxiaTile.js",
4854 "./module/ParallaxiaTileConfig.js",
4855 "./module/logging.js",
4856 "./module/controls.js",
4857 "./module/util.js"
4858 ],
4859 "styles": [
4860 "./styles/style.css"
4861 ],
4862 "url": "https://gitlab.com/reichler/parallaxia",
4863 "manifest": "https://gitlab.com/reichler/parallaxia/-/raw/master/parallaxia/module.json",
4864 "download": "https://gitlab.com/reichler/parallaxia/-/jobs/artifacts/master/raw/parallaxia.zip?job=build"
4865 },
4866 {
4867 "name": "showdooricons",
4868 "title": "Show Door Controls",
4869 "description": "Forces Door Controls to remain visible on wall layer for easier visibilty. ",
4870 "authors": [
4871 {
4872 "name": "Will Saunders",
4873 "email": "willsaunders1014@gmail.com"
4874 }
4875 ],
4876 "version": "1.0.1",
4877 "minimumCoreVersion": "0.6.0",
4878 "compatibleCoreVersion": "0.6.2",
4879 "scripts": [
4880 "scripts/showdooricons.js"
4881 ],
4882 "languages": [
4883 {
4884 "lang": "en",
4885 "name": "English",
4886 "path": "lang/en.json"
4887 }
4888 ],
4889 "url": "https://github.com/wsaunders1014/showdooricons",
4890 "manifest": "https://raw.githubusercontent.com/wsaunders1014/showdooricons/master/module.json",
4891 "download": "https://github.com/wsaunders1014/showdooricons/archive/master.zip"
4892 },
4893 {
4894 "name": "resetdoorsandfog",
4895 "title": "Reset Doors And Fog",
4896 "description": "Adds button to wall controls to shut all doors in current scene. Adds menu option to Scene Navigation and Directory to Reset Doors and Fog to prepare a map back to it's intial status.",
4897 "authors": [
4898 {
4899 "name": "Will Saunders",
4900 "email": "willsaunders1014@gmail.com"
4901 }
4902 ],
4903 "version": "1.0.1",
4904 "minimumCoreVersion": "0.6.0",
4905 "compatibleCoreVersion": "0.6.2",
4906 "scripts": [
4907 "scripts/resetdoorsandfog.js"
4908 ],
4909 "url": "https://github.com/wsaunders1014/resetdoorsandfog",
4910 "manifest": "https://raw.githubusercontent.com/wsaunders1014/resetdoorsandfog/master/module.json",
4911 "download": "https://github.com/wsaunders1014/resetdoorsandfog/archive/master.zip"
4912 },
4913 {
4914 "name": "backgroundless-pins",
4915 "title": "Backgroundless Pins",
4916 "description": "Removes the background from map notes",
4917 "version": "1.0.0",
4918 "author": "Cole Schultz (cole#9640)",
4919 "esmodules": [
4920 "backgroundless-pins.js"
4921 ],
4922 "minimumCoreVersion": "0.6.2",
4923 "compatibleCoreVersion": "0.6.2",
4924 "url": "https://github.com/schultzcole/FVTT-Backgroundless-Pins",
4925 "manifest": "https://raw.githubusercontent.com/schultzcole/FVTT-Backgroundless-Pins/master/module.json",
4926 "download": "https://github.com/schultzcole/FVTT-Backgroundless-Pins/archive/1.0.0.zip",
4927 "license": "https://github.com/schultzcole/FVTT-Backgroundless-Pins/blob/1.0.0/LICENSE",
4928 "readme": "https://github.com/schultzcole/FVTT-Backgroundless-Pins/blob/1.0.0/README.md",
4929 "changelog": "https://github.com/schultzcole/FVTT-Backgroundless-Pins/blob/1.0.0/CHANGELOG.md"
4930 },
4931 {
4932 "name": "chat-indicators",
4933 "title": "Chat Message Accessibility Indicators",
4934 "description": "Adds a textual tag to chat messages to easily identify whether the message is a whisper, blind roll, or self roll. Additionally, makes it easier to identify the participants in a whisper.",
4935 "version": "1.0.0",
4936 "author": "Cole Schultz (cole#9640)",
4937 "languages": [
4938 {
4939 "lang": "en",
4940 "name": "English",
4941 "path": "lang/en.json"
4942 }
4943 ],
4944 "esmodules": [
4945 "chat-indicators.js"
4946 ],
4947 "styles": [
4948 "chat-indicators.css"
4949 ],
4950 "minimumCoreVersion": "0.6.2",
4951 "compatibleCoreVersion": "0.6.2",
4952 "url": "https://github.com/schultzcole/FVTT-Chat-Message-Accessibility-Indicators",
4953 "manifest": "https://raw.githubusercontent.com/schultzcole/FVTT-Chat-Message-Accessibility-Indicators/master/module.json",
4954 "download": "https://github.com/schultzcole/FVTT-Chat-Message-Accessibility-Indicators/archive/1.0.0.zip",
4955 "license": "https://github.com/schultzcole/FVTT-Chat-Message-Accessibility-Indicators/blob/1.0.0/LICENSE",
4956 "readme": "https://github.com/schultzcole/FVTT-Chat-Message-Accessibility-Indicators/blob/1.0.0/README.md",
4957 "changelog": "https://github.com/schultzcole/FVTT-Chat-Message-Accessibility-Indicators/blob/1.0.0/CHANGELOG.md"
4958 },
4959 {
4960 "name": "TokenBar",
4961 "title": "Token Bar",
4962 "description": "Creates Bar to Control a tokens actions.",
4963 "author": [
4964 "kekilla#7036",
4965 "^ and stick#0520"
4966 ],
4967 "version": "0.1.3",
4968 "minimumCoreVersion": "0.6.0",
4969 "esmodules": [
4970 "scripts/main.js"
4971 ],
4972 "styles": [
4973 "styles/tokenbar.css"
4974 ],
4975 "systems": [
4976 "dnd5e"
4977 ],
4978 "url": "https://github.com/Kekilla0/TokenBar",
4979 "manifest": "https://github.com/Kekilla0/TokenBar/raw/master/module.json",
4980 "download": "https://github.com/Kekilla0/TokenBar/archive/v0.1.3.zip"
4981 },
4982 {
4983 "name": "simple-experience-5e",
4984 "title": "Simple Experience for D&D5e",
4985 "description": "Adjusts the xp thresholds in the dnd5e system to match the \"5e Simple XP\" system: https://www.reddit.com/r/DnD/comments/3aduq2/5e_alternative_xp_system_5e_simple_xp_xpost_from/",
4986 "systems": [
4987 "dnd5e"
4988 ],
4989 "version": "1.0.0",
4990 "author": "Cole Schultz (cole#9640)",
4991 "esmodules": [
4992 "simple-xp.js"
4993 ],
4994 "minimumCoreVersion": "0.6.2",
4995 "compatibleCoreVersion": "0.6.2",
4996 "url": "https://github.com/schultzcole/FVTT-Simple-Experience-5e",
4997 "manifest": "https://raw.githubusercontent.com/schultzcole/FVTT-Simple-Experience-5e/master/module.json",
4998 "download": "https://github.com/schultzcole/FVTT-Simple-Experience-5e/archive/1.0.0.zip",
4999 "license": "https://github.com/schultzcole/FVTT-Simple-Experience-5e/blob/1.0.0/LICENSE",
5000 "readme": "https://github.com/schultzcole/FVTT-Simple-Experience-5e/blob/1.0.0/README.md",
5001 "changelog": "https://github.com/schultzcole/FVTT-Simple-Experience-5e/blob/1.0.0/CHANGELOG.md"
5002 },
5003 {
5004 "name": "FateAddon",
5005 "title": "Fate Addon",
5006 "description": "A module to help you manage Fate conditions (and flexible, expandable stress boxes) and to keep on top of aspects and fate points. Pairs well with Popcorn. This version has been rebuilt to use flags and JSON datatypes to store and manage whatever conditions you want to set up. Designed for use with Nick East's Fate Core system.",
5007 "system": "fate",
5008 "author": "Richard Bellingham (Skimble)",
5009 "scripts": [
5010 "./FateAddon.js"
5011 ],
5012 "version": "3.2.2",
5013 "minimumCoreVersion": "0.6.0",
5014 "compatibleCoreVersion": "0.6.2",
5015 "download": "https://github.com/Sk1mble/FateAddon/archive/FateAddon-3.2.2.zip",
5016 "socket": true
5017 },
5018 {
5019 "name": "Popcorn",
5020 "title": "Popcorn Initiative",
5021 "description": "A small module that creates a pop-out window for running games that use popcorn/elective action order initiative.",
5022 "author": "Richard Bellingham (Skimble)",
5023 "scripts": [
5024 "./Popcorn.js"
5025 ],
5026 "version": "1.1.0",
5027 "minimumCoreVersion": "0.6.0",
5028 "compatibleCoreVersion": "0.6.1",
5029 "socket": true,
5030 "download": "https://github.com/Sk1mble/Popcorn/archive/Popcorn-1.1.0.zip"
5031 },
5032 {
5033 "name": "WhisperBox",
5034 "title": "Whisper Box",
5035 "description": "A module that allows you to create a dedicated whisper window (with history, and per player, if desired).",
5036 "author": "Richard Bellingham (Skimble)",
5037 "scripts": [
5038 "./WhisperBox.js"
5039 ],
5040 "version": "1.0.0",
5041 "minimumCoreVersion": "0.6.0",
5042 "compatibleCoreVersion": "0.6.1",
5043 "download": "https://github.com/Sk1mble/WhisperBox/archive/master.zip"
5044 },
5045 {
5046 "name": "TimedEvent",
5047 "title": "Timed Event",
5048 "description": "Set up an event reminder for a specific exchange which will pop up a reminder to the GM when that exchange is reached.",
5049 "author": "Richard Bellingham (Skimble)",
5050 "scripts": [
5051 "./TimedEvent.js"
5052 ],
5053 "version": "1.0.0",
5054 "minimumCoreVersion": "0.6.0",
5055 "compatibleCoreVersion": "0.6.1",
5056 "download": "https://github.com/Sk1mble/TimedEvent/archive/master.zip"
5057 },
5058 {
5059 "name": "dnd5e-dark-mode",
5060 "title": "D&D5E Dark Mode",
5061 "description": "A dark sheet style for the default D&D5E character and NPC sheets.",
5062 "version": "2.0.5",
5063 "author": "Stryxin",
5064 "systems": [
5065 "dnd5e"
5066 ],
5067 "scripts": [],
5068 "styles": [
5069 "dnd5edark.css",
5070 "betternpcsheet-dark.css",
5071 "dark-mode.css"
5072 ],
5073 "esmodules": [
5074 "dnd5edark.js"
5075 ],
5076 "packs": [],
5077 "url": "https://github.com/stryxin/dnd5edark-foundryvtt",
5078 "manifest": "https://raw.githubusercontent.com/stryxin/dnd5edark-foundryvtt/master/module.json",
5079 "download": "https://github.com/Stryxin/dnd5edark-foundryvtt/raw/master/dnd5e-dark-mode.zip",
5080 "compatibleCoreVersion": "0.6.2",
5081 "minimumCoreVersion": "0.6.0"
5082 },
5083 {
5084 "name": "permission_viewer",
5085 "title": "Permission Viewer",
5086 "description": "<p>Quickly see which entities (Journal entries, Actors, etc..) are visible to all players or visible to a specific player.</p><p>Also allows to share journal entries when showing them or show them only to players who have permission to view it.</p>",
5087 "version": "0.7",
5088 "author": "KaKaRoTo",
5089 "scripts": [
5090 "./permission_viewer.js"
5091 ],
5092 "styles": [
5093 "./permission_viewer.css"
5094 ],
5095 "packs": [],
5096 "url": "https://github.com/kakaroto/fvtt-module-permission-viewer",
5097 "manifest": "https://raw.githubusercontent.com/kakaroto/fvtt-module-permission-viewer/master/module.json",
5098 "download": "https://github.com/kakaroto/fvtt-module-permission-viewer/archive/v0.7.zip",
5099 "minimumCoreVersion": "0.6.0",
5100 "compatibleCoreVersion": "0.7.0"
5101 },
5102 {
5103 "name": "compendium-browser",
5104 "title": "Compendium Browser",
5105 "description": "A module to easily browse and filter spells as well as npcs loaded from compendie.",
5106 "version": "0.3.1",
5107 "author": "Felix#6196",
5108 "systems": [
5109 "dnd5e"
5110 ],
5111 "scripts": [
5112 "./compendium-browser.js"
5113 ],
5114 "styles": [
5115 "./compendium-browser.css"
5116 ],
5117 "packs": [],
5118 "languages": [
5119 {
5120 "lang": "en",
5121 "name": "English",
5122 "path": "lang/en.json"
5123 },
5124 {
5125 "lang": "ja",
5126 "name": "Japanese",
5127 "path": "lang/ja.json"
5128 },
5129 {
5130 "lang": "fr",
5131 "name": "French (FRANCE)",
5132 "path": "lang/fr.json"
5133 }
5134 ],
5135 "url": "https://github.com/syl3r86/compendium-browser",
5136 "manifest": "https://raw.githubusercontent.com/syl3r86/compendium-browser/master/module.json",
5137 "download": "https://github.com/syl3r86/compendium-browser/archive/v0.3.1.zip",
5138 "minimumCoreVersion": "0.6.2",
5139 "compatibleCoreVersion": "0.6.2"
5140 },
5141 {
5142 "name": "gAudioBundle-1",
5143 "title": "Game Audio Bundle 1",
5144 "description": "<p>High-quality sound effects from many of the best sound recordists and designers in the World. Use them personally or commercially without attribution. Sonniss LTD.</p>",
5145 "version": "2.1",
5146 "minimumCoreVersion": "0.5.0",
5147 "compatibleCoreVersion": "0.7.0",
5148 "author": "DatDamnZotz [DatDamnZotz#7962]",
5149 "packs": [
5150 {
5151 "name": "Game Audio Bundle 1 - Playlists 1",
5152 "label": "Game Audio Bundle 1 - Playlists 1",
5153 "path": "/packs/playlist1.db",
5154 "entity": "Playlist"
5155 }
5156 ],
5157 "url": "https://github.com/datdamnzotz/FoundryVTT-gAudioBundle-1",
5158 "manifest": "https://raw.githubusercontent.com/datdamnzotz/FoundryVTT-Game-Audio-Bundle-1/master/module.json",
5159 "download": "https://github.com/datdamnzotz/FoundryVTT-Game-Audio-Bundle-1/releases/download/v2.1/v2.1.zip"
5160 },
5161 {
5162 "name": "gAudioBundle-2",
5163 "title": "Game Audio Bundle 2",
5164 "description": "<p>High-quality sound effects from many of the best sound recordists and designers in the World. Use them personally or commercially without attribution. Sonniss LTD.</p>",
5165 "version": "2.2",
5166 "minimumCoreVersion": "0.5.0",
5167 "compatibleCoreVersion": "0.7.0",
5168 "author": "DatDamnZotz [DatDamnZotz#7962]",
5169 "packs": [
5170 {
5171 "name": "Game Audio Bundle 2 - Playlists 1",
5172 "label": "Game Audio Bundle 2 - Playlists 1",
5173 "path": "/packs/playlist1.db",
5174 "entity": "Playlist"
5175 }
5176 ],
5177 "url": "https://github.com/datdamnzotz/FoundryVTT-gAudioBundle-2",
5178 "manifest": "https://raw.githubusercontent.com/datdamnzotz/FoundryVTT-Game-Audio-Bundle-2/master/module.json",
5179 "download": "https://github.com/datdamnzotz/FoundryVTT-Game-Audio-Bundle-2/releases/download/v2.2/v2.2.zip"
5180 },
5181 {
5182 "name": "gAudioBundle-3",
5183 "title": "Game Audio Bundle 3",
5184 "description": "<p>High-quality sound effects from many of the best sound recordists and designers in the World. Use them personally or commercially without attribution. Sonniss LTD.</p>",
5185 "version": "2.1",
5186 "minimumCoreVersion": "0.5.0",
5187 "compatibleCoreVersion": "0.7.0",
5188 "author": "DatDamnZotz [DatDamnZotz#7962]",
5189 "packs": [
5190 {
5191 "name": "Game Audio Bundle 3 - Playlists 1",
5192 "label": "Game Audio Bundle 3 - Playlists 1",
5193 "path": "/packs/playlist1.db",
5194 "entity": "Playlist"
5195 }
5196 ],
5197 "url": "https://github.com/datdamnzotz/FoundryVTT-gAudioBundle-3",
5198 "manifest": "https://raw.githubusercontent.com/datdamnzotz/FoundryVTT-Game-Audio-Bundle-3/master/module.json",
5199 "download": "https://github.com/datdamnzotz/FoundryVTT-Game-Audio-Bundle-3/releases/download/v2.1/v2.1.zip"
5200 },
5201 {
5202 "name": "gAudioBundle-4",
5203 "title": "Game Audio Bundle 4",
5204 "description": "<p>High-quality sound effects from many of the best sound recordists and designers in the World. Use them personally or commercially without attribution. Sonniss LTD.</p>",
5205 "version": "2.2",
5206 "minimumCoreVersion": "0.5.0",
5207 "compatibleCoreVersion": "0.7.0",
5208 "author": "DatDamnZotz [DatDamnZotz#7962]",
5209 "packs": [
5210 {
5211 "name": "Game Audio Bundle 4 - Playlists 1",
5212 "label": "Game Audio Bundle 4 - Playlists 1",
5213 "path": "/packs/playlist1.db",
5214 "entity": "Playlist"
5215 }
5216 ],
5217 "url": "https://github.com/datdamnzotz/FoundryVTT-gAudioBundle-4",
5218 "manifest": "https://raw.githubusercontent.com/datdamnzotz/FoundryVTT-Game-Audio-Bundle-4/master/module.json",
5219 "download": "https://github.com/datdamnzotz/FoundryVTT-Game-Audio-Bundle-4/releases/download/v2.2/v2.2.zip"
5220 },
5221 {
5222 "name": "forge-vtt",
5223 "title": "The Forge",
5224 "description": "<p>This module allows players to browse their Forge Assets Library from their local games, if needed.</p><p>This module is automatically enabled for users on The Forge and is therefore not required when running your games on The Forge website.</p><p><strong>To use it, you will need to generate an API Key from your account page.</strong></p>",
5225 "version": "1.5",
5226 "author": "KaKaRoTo (forge-vtt.com)",
5227 "scripts": [
5228 "./forgevtt-module.js"
5229 ],
5230 "styles": [],
5231 "packs": [],
5232 "minimumCoreVersion": "0.5.0",
5233 "url": "https://forge-vtt.com",
5234 "manifest": "https://raw.githubusercontent.com/kakaroto/fvtt-module-forgevtt/master/module.json",
5235 "download": "https://github.com/kakaroto/fvtt-module-forgevtt/archive/v1.5.zip"
5236 },
5237 {
5238 "name": "api",
5239 "title": "HTTP API",
5240 "description": "<p>Provides access to the FVTT API through HTTP for external integration</p><p>See README for details.</p>",
5241 "version": "0.2",
5242 "author": "KaKaRoTo",
5243 "scripts": [],
5244 "styles": [],
5245 "packs": [],
5246 "url": "https://github.com/kakaroto/fvtt-module-api",
5247 "manifest": "https://raw.githubusercontent.com/kakaroto/fvtt-module-api/master/module.json",
5248 "download": "https://github.com/kakaroto/fvtt-module-api/archive/v0.2.zip",
5249 "minimumCoreVersion": "0.5.0"
5250 },
5251 {
5252 "name": "beyond20",
5253 "title": "Beyond20 companion module",
5254 "description": "This module allows the Beyond20 rolls to display properly in the main FVTT window and for other players who do not have Beyond20 installed",
5255 "version": "1.1",
5256 "author": "KaKaRoTo",
5257 "systems": [
5258 "dnd5e"
5259 ],
5260 "scripts": [
5261 "./beyond20.js"
5262 ],
5263 "styles": [
5264 "./beyond20.css"
5265 ],
5266 "packs": [],
5267 "url": "https://beyond20.here-for-more.info",
5268 "manifest": "https://raw.githubusercontent.com/kakaroto/Beyond20/master/FVTT-module/beyond20/module.json",
5269 "download": "https://raw.githubusercontent.com/kakaroto/Beyond20/fvtt-module-v1.1/FVTT-module/beyond20.zip",
5270 "minimumCoreVersion": "0.4.4",
5271 "compatibleCoreVersion": "0.6.1"
5272 },
5273 {
5274 "name": "swade-cyber-css",
5275 "title": "SWADE Cyberpunk Theme",
5276 "description": "<p>A character sheet theme for SWADE</p>",
5277 "version": "1.1.0",
5278 "author": "Kyane",
5279 "systems": [
5280 "swade"
5281 ],
5282 "scripts": [],
5283 "esmodules": [],
5284 "styles": [
5285 "swade_cyber.css"
5286 ],
5287 "packs": [],
5288 "url": "https://github.com/Tenyryas/swade-cyber-css",
5289 "manifest": "https://raw.githubusercontent.com/Tenyryas/swade-cyber-css/master/module.json",
5290 "download": "https://github.com/Tenyryas/swade-cyber-css/raw/v1.1.0/swade-cyber-css.zip",
5291 "compatibleCoreVersion": "0.6.2",
5292 "minimumCoreVersion": "0.6.0"
5293 },
5294 {
5295 "name": "default-image-overrider",
5296 "title": "Default Image Overrider",
5297 "description": "A module to allow users to change the default image for new entities.",
5298 "version": "1.1.0",
5299 "author": "Cole Schultz (cole#9640)",
5300 "esmodules": [
5301 "default-image-overrider.js"
5302 ],
5303 "languages": [
5304 {
5305 "lang": "en",
5306 "name": "English",
5307 "path": "lang/en.json"
5308 }
5309 ],
5310 "minimumCoreVersion": "0.5.0",
5311 "compatibleCoreVersion": "0.6.2",
5312 "url": "https://github.com/schultzcole/FVTT-Default-Image-Overrider",
5313 "manifest": "https://raw.githubusercontent.com/schultzcole/FVTT-Default-Image-Overrider/master/module.json",
5314 "download": "https://github.com/schultzcole/FVTT-Default-Image-Overrider/archive/1.1.0.zip",
5315 "license": "https://raw.githubusercontent.com/schultzcole/FVTT-Default-Image-Overrider/1.1.0/LICENSE",
5316 "readme": "https://raw.githubusercontent.com/schultzcole/FVTT-Default-Image-Overrider/1.1.0/README.md",
5317 "changelog": "https://raw.githubusercontent.com/schultzcole/FVTT-Default-Image-Overrider/1.1.0/CHANGELOG.md"
5318 },
5319 {
5320 "name": "swade-book-css",
5321 "title": "SWADE Rulebook Theme",
5322 "description": "<p>A character sheet theme for SWADE</p>",
5323 "version": "1.1.0",
5324 "author": "Kyane",
5325 "systems": [
5326 "swade"
5327 ],
5328 "scripts": [],
5329 "esmodules": [],
5330 "styles": [
5331 "swade_book.css"
5332 ],
5333 "packs": [],
5334 "url": "https://github.com/Tenyryas/swade-book-css",
5335 "manifest": "https://raw.githubusercontent.com/Tenyryas/swade-book-css/master/module.json",
5336 "download": "https://github.com/Tenyryas/swade-book-css/raw/v1.1.0/swade-book-css.zip",
5337 "compatibleCoreVersion": "0.6.2",
5338 "minimumCoreVersion": "0.6.0"
5339 },
5340 {
5341 "name": "wfrp4e-gm-toolkit",
5342 "title": "GM Toolkit (WFRP4e)",
5343 "description": "Utilities for WFRP4e GMs",
5344 "version": "0.5.1",
5345 "minimumCoreVersion": "0.5.5",
5346 "compatibleCoreVersion": "0.6.2",
5347 "author": "Jagusti",
5348 "systems": [
5349 "wfrp4e"
5350 ],
5351 "scripts": [
5352 "/scripts/token-hud-extension.js",
5353 "/scripts/advantage.js",
5354 "/scripts/gm-toolkit.js"
5355 ],
5356 "styles": [
5357 "/css/gmtoolkit.css"
5358 ],
5359 "packs": [
5360 {
5361 "name": "gm-toolkit-macros",
5362 "label": "GM Toolkit",
5363 "path": "packs/gm-toolkit-macros.db",
5364 "entity": "Macro",
5365 "module": "wfrp4e-gm-toolkit",
5366 "system": "wfrp4e"
5367 }
5368 ],
5369 "languages": [
5370 {
5371 "lang": "en",
5372 "name": "English",
5373 "path": "lang/en.json"
5374 },
5375 {
5376 "lang": "fr",
5377 "name": "French",
5378 "path": "lang/fr.json"
5379 }
5380 ],
5381 "url": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit",
5382 "manifest": "https://raw.githubusercontent.com/Jagusti/fvtt-wfrp4e-gmtoolkit/master/module.json",
5383 "download": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/archive/master.zip"
5384 },
5385 {
5386 "name": "dice-so-pf",
5387 "title": "Dice So Pathfinder",
5388 "description": "A dodgy fork of the hacky fork of Dice So Nice that makes the 3d dice Pathfinder themed",
5389 "version": "2.0",
5390 "minimumCoreVersion": "0.5.5",
5391 "compatibleCoreVersion": "0.6.2",
5392 "author": "Simone, hacks by Cody Swendrowski, Pathfinder fork by Michael Tokarski",
5393 "esmodules": [
5394 "dice.js",
5395 "main.js"
5396 ],
5397 "scripts": [
5398 "./libs/cannon.min.js",
5399 "./libs/three.min.js",
5400 "./libs/ShadowMaterial.js"
5401 ],
5402 "socket": true,
5403 "styles": [
5404 "./style.css"
5405 ],
5406 "languages": [
5407 {
5408 "lang": "en",
5409 "name": "English",
5410 "path": "./lang/en.json"
5411 },
5412 {
5413 "lang": "it",
5414 "name": "Italian",
5415 "path": "./lang/it.json"
5416 },
5417 {
5418 "lang": "cn",
5419 "name": "Chinese",
5420 "path": "./lang/cn.json"
5421 },
5422 {
5423 "lang": "kr",
5424 "name": "Korean",
5425 "path": "./lang/kr.json"
5426 }
5427 ],
5428 "url": "https://gitlab.com/mistamichal/dice-so-pathfinder",
5429 "manifest": "https://gitlab.com/mistamichal/dice-so-pathfinder/-/raw/master/module.json",
5430 "download": "https://gitlab.com/mistamichal/dice-so-pathfinder/-/archive/master/dice-so-pathfinder-master.zip"
5431 },
5432 {
5433 "name": "jaamod",
5434 "title": "Jinker's Animated Art Pack",
5435 "description": "<p>Collection of Animated Art for use with VTT's in the top-down/overhead perspective. All files are in transparent webm format. Files will be located in your <code>Data/modules/jaamod/AnimatedArt</code> folder.</p><p>If you like my work consider becoming a <a title='Jinker's Patreon' href='https://www.patreon.com/jinker'>Patron</a> to ensure I keep creating content for Foundry. <a title='jinker.org preview page' href='http://www.jinker.org/patreon/'>Preview Page</a></p>",
5436 "author": "Jinker (Jinker#8073)",
5437 "version": "0.1",
5438 "minimumCoreVersion": "0.5.0",
5439 "compatibleCoreVersion": "0.6.0",
5440 "url": "http://www.jinker.org/patreon",
5441 "manifest": "https://raw.githubusercontent.com/jinkergm/JAA/master/module.json",
5442 "download": "https://github.com/jinkergm/JAA/archive/master.zip"
5443 },
5444 {
5445 "name": "compendium-hider",
5446 "title": "Compendium Hider",
5447 "description": "A simple module to hide compendiums.",
5448 "author": "Erceron",
5449 "version": "1.0.1",
5450 "minimumCoreVersion": "0.6.0",
5451 "compatibleCoreVersion": "0.6.0",
5452 "esmodules": [
5453 "./ch.js"
5454 ],
5455 "url": "https://github.com/earlSt1/vtt-compendium-hider",
5456 "manifest": "https://raw.githubusercontent.com/earlSt1/vtt-compendium-hider/1.0.1/module.json",
5457 "download": "https://github.com/earlSt1/vtt-compendium-hider/archive/1.0.1.zip"
5458 },
5459 {
5460 "name": "imagemapper",
5461 "title": "Compendium Image Mapper",
5462 "description": "A tool to quickly map many images to compendium entries",
5463 "version": "0.8.9",
5464 "author": "Wilco#7302",
5465 "scripts": [],
5466 "esmodules": [
5467 "imagemapper.js"
5468 ],
5469 "styles": [
5470 "imagemapper.css"
5471 ],
5472 "packs": [],
5473 "languages": [],
5474 "minimumCoreVersion": "0.6.0",
5475 "compatibleCoreVersion": "0.6.2",
5476 "url": "https://gitlab.com/Wilco7302/compendium-image-mapper",
5477 "manifest": "https://gitlab.com/Wilco7302/compendium-image-mapper/-/raw/master/dist/module.json",
5478 "download": "https://gitlab.com/Wilco7302/compendium-image-mapper/-/raw/v0.8.9/package/imagemapper-v0.8.9.zip",
5479 "license": "",
5480 "readme": "",
5481 "bugs": "",
5482 "changelog": ""
5483 },
5484 {
5485 "name": "ChatPortrait",
5486 "title": "Chat Portrait",
5487 "description": "Display the Actor's portrait and colors on the Chat Message.",
5488 "version": "0.1.4",
5489 "minimumCoreVersion": "0.5.5",
5490 "compatibleCoreVersion": "0.6.2",
5491 "author": "Shoyu Vanilla",
5492 "scripts": [
5493 "chat-portrait.js"
5494 ],
5495 "styles": [
5496 "style.css"
5497 ],
5498 "languages": [
5499 {
5500 "lang": "en",
5501 "name": "English",
5502 "path": "lang/en.json"
5503 },
5504 {
5505 "lang": "ko",
5506 "name": "한국어 (Korean)",
5507 "path": "lang/ko.json"
5508 },
5509 {
5510 "lang": "pt-BR",
5511 "name": "Português (Brasil)",
5512 "path": "lang/pt-BR.json"
5513 }
5514 ],
5515 "url": "https://github.com/ShoyuVanilla/FoundryVTT-Chat-Portrait",
5516 "manifest": "https://raw.githubusercontent.com/ShoyuVanilla/FoundryVTT-Chat-Portrait/master/module/module.json",
5517 "download": "https://github.com/ShoyuVanilla/FoundryVTT-Chat-Portrait/releases/download/v0.1.4/release.zip"
5518 },
5519 {
5520 "name": "Hex-Assist",
5521 "title": "Hex Crawl Assist",
5522 "author": "Reaver01",
5523 "description": "Automatically reveals nearby hexes for hex crawls.",
5524 "version": "0.5.2",
5525 "minimumCoreVersion": "0.5.7",
5526 "compatibleCoreVersion": "0.6.2",
5527 "scripts": [
5528 "./hex-assist.js"
5529 ],
5530 "styles": [],
5531 "packs": [
5532 {
5533 "name": "hex-assist-macros",
5534 "label": "Hex Assist Macros",
5535 "module": "Hex-Assist",
5536 "path": "./packs/hex-assist-macros.db",
5537 "system": "dnd5e",
5538 "entity": "Macro"
5539 }
5540 ],
5541 "socket": true,
5542 "download": "https://github.com/reaver01/Hex-Assist/archive/master.zip",
5543 "manifest": "https://raw.githubusercontent.com/reaver01/Hex-Assist/master/module.json",
5544 "url": "https://github.com/reaver01/Hex-Assist"
5545 },
5546 {
5547 "name": "bubblerolls",
5548 "title": "BubbleRolls",
5549 "description": "<p>Displays Actor rolls in its token Chat Bubble</p>",
5550 "version": "1.1.0",
5551 "author": "U~man",
5552 "scripts": [],
5553 "esmodules": [
5554 "module/bubblerolls.js"
5555 ],
5556 "styles": [
5557 "styles/bubbles.css"
5558 ],
5559 "packs": [],
5560 "languages": [
5561 {
5562 "lang": "en",
5563 "name": "English",
5564 "path": "lang/en.json"
5565 },
5566 {
5567 "lang": "fr",
5568 "name": "French (FRANCE)",
5569 "path": "lang/fr.json"
5570 },
5571 {
5572 "lang": "ja",
5573 "name": "Japanese",
5574 "path": "lang/ja.json"
5575 },
5576 {
5577 "lang": "cn",
5578 "name": "Chinese",
5579 "path": "lang/cn.json"
5580 }
5581 ],
5582 "url": "https://gitlab.com/mesfoliesludiques/foundryvtt-bubblerolls",
5583 "manifest": "https://gitlab.com/mesfoliesludiques/foundryvtt-bubblerolls/-/raw/master/module.json",
5584 "download": "https://gitlab.com/mesfoliesludiques/foundryvtt-bubblerolls/-/archive/master/foundryvtt-bubblerolls-master.zip",
5585 "minimumCoreVersion": "0.5.7",
5586 "compatibleCoreVersion": "0.6.1"
5587 },
5588 {
5589 "name": "PF2eGMScreen",
5590 "title": "PF2e GM Screen",
5591 "description": "A GM Screen for PF2e Game System",
5592 "author": ">.tre_",
5593 "systems": [
5594 "pf2e"
5595 ],
5596 "version": "1.0.3",
5597 "minimumCoreVersion": "0.6.0",
5598 "compatibleCoreVersion": "0.6.1",
5599 "scripts": [
5600 "scripts/resize.js"
5601 ],
5602 "packs": [
5603 {
5604 "label": "PF2e GM Screen",
5605 "entity": "JournalEntry",
5606 "name": "tres-gm-screen",
5607 "path": "packs/tres-gm-screen.db",
5608 "module": "PF2eGMScreen"
5609 },
5610 {
5611 "label": "PF2e GM Screen - Rollable Tables",
5612 "entity": "RollTable",
5613 "name": "pf2e-gm-screen-rollable-tables",
5614 "path": "packs/pf2e-gm-screen-rollable-tables.db",
5615 "module": "PF2eGMScreen"
5616 },
5617 {
5618 "label": "PF2e GM Screen - Missing Items",
5619 "entity": "Item",
5620 "name": "pf2e-gm-screen-missing-items",
5621 "path": "packs/pf2e-gm-screen-missing-items.db",
5622 "module": "PF2eGMScreen"
5623 }
5624 ],
5625 "url": "https://gitlab.com/atakanaltiner6/pf2e-gm-screen/",
5626 "manifest": "https://gitlab.com/atakanaltiner6/pf2e-gm-screen/-/raw/master/module.json",
5627 "download": "https://gitlab.com/atakanaltiner6/pf2e-gm-screen/-/raw/1.0.3/package/pf2egmscreen-v1.0.3.zip"
5628 },
5629 {
5630 "name": "mwpm",
5631 "title": "Multiple Wall Point Mover (MWPM)",
5632 "author": "Reaver01",
5633 "description": "Move endpoints of walls that reside on the same point.",
5634 "version": "0.4.0",
5635 "minimumCoreVersion": "0.5.7",
5636 "compatibleCoreVersion": "0.6.1",
5637 "scripts": [
5638 "./mwpm.js"
5639 ],
5640 "styles": [],
5641 "packs": [],
5642 "socket": true,
5643 "download": "https://github.com/Reaver01/mwpm/archive/master.zip",
5644 "manifest": "https://raw.githubusercontent.com/reaver01/mwpm/master/module.json",
5645 "url": "https://github.com/reaver01/mwpm"
5646 },
5647 {
5648 "name": "displaymode",
5649 "title": "Display Mode",
5650 "description": "Hide all those pesky display elements you don't need for table gaming. Toggle visibility by clicking the Anvil in the topright corner",
5651 "version": "0.5",
5652 "author": "Felix#6196",
5653 "scripts": [
5654 "./displaymode.js"
5655 ],
5656 "styles": [],
5657 "packs": [],
5658 "url": "https://github.com/syl3r86/displaymode",
5659 "manifest": "https://raw.githubusercontent.com/syl3r86/displaymode/master/module.json",
5660 "download": "https://github.com/syl3r86/displaymode/archive/v0.5.zip",
5661 "minimumCoreVersion": "0.5.5",
5662 "compatibleCoreVersion": "0.6.1"
5663 },
5664 {
5665 "name": "actually-private-rolls",
5666 "title": "Actually Private Rolls",
5667 "description": "Hides Private GM Rolls completely rather then just obfuscating the result.",
5668 "version": "0.2",
5669 "author": "Felix#6196",
5670 "scripts": [
5671 "actually-private-rolls.js"
5672 ],
5673 "url": "https://github.com/syl3r86/Actually-Private-Rolls",
5674 "manifest": "https://raw.githubusercontent.com/syl3r86/Actually-Private-Rolls/master/module.json",
5675 "download": "https://github.com/syl3r86/Actually-Private-Rolls/archive/v0.2.zip",
5676 "minimumCoreVersion": "0.5.5",
5677 "compatibleCoreVersion": "0.6.1"
5678 },
5679 {
5680 "name": "pointer",
5681 "title": "Pointer",
5682 "description": "Let players show a cursor to everyone on demand and allows to ping a certain position. <br>Default Key: X <br> Left click to Ping while pressing X<br> Right click while pressing X to force players to your view (GM only).",
5683 "version": "1.4.7",
5684 "author": "Moerill",
5685 "scripts": [
5686 "./settings.js",
5687 "./pointer.js"
5688 ],
5689 "minimumCoreVersion": "0.5.5",
5690 "socket": true,
5691 "manifest": "https://gitlab.com/moerills-fvtt-modules/pointer/raw/master/pointer/module.json",
5692 "download": "https://gitlab.com/moerills-fvtt-modules/pointer/raw/v1.4.7/pointer.zip",
5693 "url": "https://gitlab.com/moerills-fvtt-modules/pointer"
5694 },
5695 {
5696 "name": "mindmap",
5697 "title": "M.I.N.D.M.A.P. - Moerills Indecision Negator, Decision Maker, And Planner",
5698 "description": "Adds a new view to Journal Entries for creating mind map like graphs. In this view you can create a network graph for organizing your relations, flow charts, campaign structures, ideas or whatever you can imagine! Just drag the data from the sidebar to begin planning.",
5699 "version": "0.5.1",
5700 "author": "Moerill",
5701 "scripts": [
5702 "graph.js"
5703 ],
5704 "styles": [
5705 "graphs.css"
5706 ],
5707 "minimumCoreVersion": "0.5.5",
5708 "compatibleCoreVersion": "0.5.5",
5709 "url": "https://gitlab.com/moerills-fvtt-modules/graphs",
5710 "manifest": "https://gitlab.com/moerills-fvtt-modules/graphs/raw/master/src/module.json",
5711 "download": "https://gitlab.com/moerills-fvtt-modules/graphs/raw/v0.5.1/package/mindmap-v0.5.1.zip"
5712 },
5713 {
5714 "name": "layer-hotkeys",
5715 "title": "Layer Hotkeys",
5716 "description": "Adds customizable hotkeys for switching between layers and tools.",
5717 "version": "1.7.0",
5718 "minimumCoreVersion": "0.6.0",
5719 "compatibleCoreVersion": "0.6.1",
5720 "author": "Moerill",
5721 "scripts": [
5722 "scripts/index.js"
5723 ],
5724 "languages": [
5725 {
5726 "lang": "en",
5727 "name": "English",
5728 "path": "lang/en.json"
5729 },
5730 {
5731 "lang": "de",
5732 "name": "Deutsch",
5733 "path": "lang/de.json"
5734 }
5735 ],
5736 "url": "https://github.com/Moerill/Layer-Hotkeys",
5737 "manifest": "https://raw.githubusercontent.com/Moerill/Layer-Hotkeys/master/src/module.json",
5738 "download": "https://github.com/Moerill/Layer-Hotkeys/releases/download/v1.7.0/layer-hotkeys.zip"
5739 },
5740 {
5741 "name": "foundry-patrol",
5742 "title": "Foundry Token Patroller",
5743 "description": "Give your tokens the ability to navigate automatically by selecting patrol points.",
5744 "version": "2.1.5",
5745 "author": "Jacob McAuley",
5746 "scripts": [
5747 "./config/settings-extender.js",
5748 "./config/config.js",
5749 "./src/TokenPatroller.js"
5750 ],
5751 "styles": [
5752 "./css/foundry-menu.css"
5753 ],
5754 "url": "https://github.com/JacobMcAuley/foundry-patrol",
5755 "manifest": "https://github.com/JacobMcAuley/foundry-patrol/raw/master/module.json",
5756 "download": "https://github.com/JacobMcAuley/foundry-patrol/archive/master.zip",
5757 "minimumCoreVersion": "0.6.0",
5758 "compatibleCoreVersion": "0.6.2"
5759 },
5760 {
5761 "name": "turnmarker",
5762 "title": "Turn Marker",
5763 "description": "Displays a (optionally animated) marker on the token who's active turn it is.",
5764 "author": "Brunhine",
5765 "version": "2.6.9",
5766 "minimumCoreVersion": "0.5.6",
5767 "compatibleCoreVersion": "0.6.2",
5768 "esmodules": [
5769 "scripts/turnmarker.js"
5770 ],
5771 "socket": true,
5772 "styles": [
5773 "css/turnmarker.css"
5774 ],
5775 "languages": [
5776 {
5777 "lang": "en",
5778 "name": "English",
5779 "path": "lang/en.json"
5780 },
5781 {
5782 "lang": "de",
5783 "name": "German",
5784 "path": "lang/de.json"
5785 },
5786 {
5787 "lang": "ko",
5788 "name": "Korean",
5789 "path": "lang/ko.json"
5790 },
5791 {
5792 "lang": "ja",
5793 "name": " 日本語",
5794 "path": "lang/ja.json"
5795 }
5796 ],
5797 "url": "https://github.com/Brunhine/TurnMarker",
5798 "manifest": "https://raw.githubusercontent.com/Brunhine/TurnMarker/master/src/module.json",
5799 "download": "https://github.com/Brunhine/TurnMarker/releases/download/v2.6.9/turnmarker.zip"
5800 },
5801 {
5802 "name": "playlist_import",
5803 "title": "Playlist Importer",
5804 "description": "Speeds up the process of importing your sounds",
5805 "version": "1.4.9",
5806 "author": "Jacob McAuley",
5807 "scripts": [
5808 "./src/settings-extender.js",
5809 "./src/main.js"
5810 ],
5811 "url": "https://github.com/JacobMcAuley/playlist_import",
5812 "manifest": "https://raw.githubusercontent.com/JacobMcAuley/playlist_import/master/module.json",
5813 "download": "https://github.com/JacobMcAuley/playlist_import/archive/master.zip",
5814 "minimumCoreVersion": "0.5.5",
5815 "compatibleCoreVersion": "0.6.2"
5816 },
5817 {
5818 "name": "effectifier",
5819 "title": "Effectifier",
5820 "description": "Enables dynamic effects on an actor's items",
5821 "version": "0.0.3",
5822 "author": "ohporter",
5823 "minimumCoreVersion": "0.5.5",
5824 "compatibleCoreVersion": "0.5.5",
5825 "systems": [
5826 "dnd5e"
5827 ],
5828 "url": "https://gitlab.com/ohporter/effectifier",
5829 "readme": "https://gitlab.com/ohporter/effectifier/-/blob/master/README.md",
5830 "changelog": "https://gitlab.com/ohporter/effectifier/-/blob/master/CHANGELOG.md",
5831 "license": "https://gitlab.com/ohporter/effectifier/-/blob/master/LICENSE",
5832 "manifest": "https://gitlab.com/ohporter/effectifier/raw/master/module.json",
5833 "download": "https://gitlab.com/ohporter/effectifier/raw/master/release/effectifier-0.0.3.zip",
5834 "esmodules": [
5835 "effectifier.js"
5836 ]
5837 },
5838 {
5839 "name": "metric-system-dnd5e",
5840 "title": "Metric System for D&D5e",
5841 "description": "Unit changer and value converter for items using the Metric System",
5842 "version": "1.0.1",
5843 "author": "Melithian539",
5844 "minimumCoreVersion": "0.5.3",
5845 "compatibleCoreVersion": "0.6.0",
5846 "systems": [
5847 "dnd5e"
5848 ],
5849 "languages": [
5850 {
5851 "lang": "en",
5852 "name": "English",
5853 "path": "lang/en.json"
5854 },
5855 {
5856 "lang": "pt-BR",
5857 "name": "Português (Brasil)",
5858 "path": "lang/pt-BR.json"
5859 }
5860 ],
5861 "styles": [
5862 "./css/metric-system.css"
5863 ],
5864 "scripts": [],
5865 "esmodules": [
5866 "metric.js"
5867 ],
5868 "packs": [],
5869 "url": "https://gitlab.com/foundry-vtt/foundryvtt-metricsystem-module/-/tree/master",
5870 "manifest": "https://gitlab.com/foundry-vtt/foundryvtt-metricsystem-module/raw/master/module.json",
5871 "download": "https://gitlab.com/foundry-vtt/foundryvtt-metricsystem-module/-/jobs/artifacts/master/raw/metric-system-dnd5e.zip?job=build"
5872 },
5873 {
5874 "name": "modbox",
5875 "title": "ModBox",
5876 "description": "<p>Displays a modifier box to modify roll results</p>",
5877 "version": "1.0.2",
5878 "author": "U~man",
5879 "scripts": [],
5880 "esmodules": [
5881 "module/modbox.js"
5882 ],
5883 "styles": [
5884 "styles/modbox.css"
5885 ],
5886 "packs": [],
5887 "languages": [
5888 {
5889 "lang": "en",
5890 "name": "English",
5891 "path": "lang/en.json"
5892 },
5893 {
5894 "lang": "fr",
5895 "name": "French (FRANCE)",
5896 "path": "lang/fr.json"
5897 }
5898 ],
5899 "url": "https://gitlab.com/mesfoliesludiques/foundryvtt-modbox",
5900 "manifest": "https://gitlab.com/mesfoliesludiques/foundryvtt-modbox/-/raw/master/module.json",
5901 "download": "https://gitlab.com/mesfoliesludiques/foundryvtt-modbox/-/archive/master/foundryvtt-modbox-master.zip",
5902 "minimumCoreVersion": "0.6.0",
5903 "compatibleCoreVersion": "0.6.0"
5904 },
5905 {
5906 "name": "fateroll",
5907 "title": "Roll of Fate",
5908 "description": "Blame PC deaths on the system",
5909 "version": "0.3.3",
5910 "author": "Handyfon#8390",
5911 "esmodules": [
5912 "fate.js"
5913 ],
5914 "styles": [
5915 "fate.css"
5916 ],
5917 "socket": true,
5918 "url": "https://github.com/Handyfon/roll-of-fate/tree/master",
5919 "manifest": "https://raw.githubusercontent.com/Handyfon/roll-of-fate/master/module.json",
5920 "download": "https://github.com/Handyfon/roll-of-fate/raw/master/fate.zip",
5921 "minimumCoreVersion": "0.5.5",
5922 "compatibleCoreVersion": "0.6.0"
5923 },
5924 {
5925 "name": "discord-rich-presence",
5926 "title": "Discord Rich Presence",
5927 "description": "Displays current FoundryVTT status in Discord and enables Discord Voice Chat in Foundry",
5928 "version": "2.1.4",
5929 "minimumCoreVersion": "0.5.4",
5930 "author": "Cody Swendrowski <cody@swendrowski.us>",
5931 "scripts": [
5932 "./richpresence.js",
5933 "./reconnecting-websocket.js"
5934 ],
5935 "styles": [
5936 "./richpresence.css"
5937 ],
5938 "languages": [
5939 {
5940 "lang": "en",
5941 "name": "English",
5942 "path": "languages/en.json"
5943 }
5944 ],
5945 "packs": [],
5946 "url": "https://github.com/cswendrowski/FoundryVTT-Discord-Rich-Presence",
5947 "manifest": "https://raw.githubusercontent.com/cswendrowski/FoundryVTT-Discord-Rich-Presence/master/module.json",
5948 "download": "https://github.com/cswendrowski/FoundryVTT-Discord-Rich-Presence/archive/master.zip"
5949 },
5950 {
5951 "name": "health-monitor",
5952 "title": "Health Monitor",
5953 "description": "A simple spam bot that allert in chat you when health of token/actor changes.",
5954 "version": "1.0.7",
5955 "author": "Rockshow",
5956 "scripts": [
5957 "index.js"
5958 ],
5959 "minimumCoreVersion": "0.5.7",
5960 "compatibleCoreVersion": "0.6.0",
5961 "url": "https://github.com/rockshow888/health-monitor",
5962 "manifest": "https://raw.githubusercontent.com/rockshow888/health-monitor/master/module.json",
5963 "download": "https://github.com/rockshow888/health-monitor/blob/master/health-monitor.zip?raw=true"
5964 },
5965 {
5966 "name": "vtta-tokenizer",
5967 "title": "Virtual Tabletop Assets - Tokenizer",
5968 "description": "Tiny yet capable in-game token editor, requires trusted user level for uploads",
5969 "version": "2.2.1",
5970 "minimumCoreVersion": "0.5.5",
5971 "compatibleCoreVersion": "0.6.4",
5972 "author": "Sebastian Will (vttassets@gmail.com)",
5973 "languages": [
5974 {
5975 "lang": "en",
5976 "name": "English",
5977 "path": "lang/en.json"
5978 },
5979 {
5980 "lang": "de",
5981 "name": "Deutsch",
5982 "path": "lang/de.json"
5983 }
5984 ],
5985 "esmodules": [
5986 "./src/index.js"
5987 ],
5988 "styles": [
5989 "./css/module-settings.css",
5990 "./css/default.css",
5991 "./src/tokenizer/tokenizer.css"
5992 ],
5993 "packs": [],
5994 "url": "https://www.vttassets.com/assets/vtta-tokenizer",
5995 "manifest": "https://update.vttassets.com/modules/vtta-tokenizer/latest/module.json",
5996 "download": "https://get.vttassets.com/modules/vtta-tokenizer/latest",
5997 "license": "LICENSE.md",
5998 "bugs": "https://github.com/VTTAssets/vtta-tokenizer/issues",
5999 "readme": "https://github.com/VTTAssets/vtta-tokenizer/blob/master/readme.md",
6000 "changelog": "https://github.com/VTTAssets/vtta-tokenizer/releases"
6001 },
6002 {
6003 "name": "statdrawer",
6004 "title": "Stat Drawer",
6005 "description": "A way to create ability scores using cards.",
6006 "version": "0.2",
6007 "author": "Felix#6196",
6008 "systems": [
6009 "dnd5e"
6010 ],
6011 "scripts": [
6012 "./statdrawer.js"
6013 ],
6014 "styles": [
6015 "./statdrawer.css"
6016 ],
6017 "packs": [],
6018 "url": "https://github.com/syl3r86/statdrawer",
6019 "manifest": "https://raw.githubusercontent.com/syl3r86/statdrawer/master/module.json",
6020 "download": "https://github.com/syl3r86/statdrawer/archive/v0.2.zip",
6021 "minimumCoreVersion": "0.5.5",
6022 "compatibleCoreVersion": "0.5.5"
6023 },
6024 {
6025 "name": "route-finder",
6026 "title": "Route-Finder",
6027 "description": "A module to find the shortest route for a token to reach a chosen point.",
6028 "url": "https://github.com/Exote/foundry-vtt-pathfinding",
6029 "download": "https://github.com/Exote/foundry-vtt-pathfinding/archive/v0.3.11.zip",
6030 "manifest": "https://raw.githubusercontent.com/Exote/foundry-vtt-pathfinding/master/module.json",
6031 "author": "Exote (Moe#6034)",
6032 "languages": [
6033 {
6034 "lang": "en",
6035 "name": "English",
6036 "path": "lang/en.json"
6037 }
6038 ],
6039 "version": "0.3.11",
6040 "scripts": [
6041 "./dist/js/main.js"
6042 ],
6043 "minimumCoreVersion": "0.6.0",
6044 "compatibleCoreVersion": "0.6.0"
6045 },
6046 {
6047 "name": "token-health",
6048 "title": "Token Health",
6049 "description": "Apply damage/healing to multiple tokens with a few keystrokes",
6050 "author": "thorni",
6051 "version": "0.1.7",
6052 "minimumCoreVersion": "0.5.5",
6053 "compatibleCoreVersion": "0.6.1",
6054 "styles": [
6055 "token-health.css"
6056 ],
6057 "esmodules": [
6058 "contrib/settings-extender.js",
6059 "token-health.js"
6060 ],
6061 "url": "https://github.com/tonifisler/foundry-token-health",
6062 "manifest": "https://raw.githubusercontent.com/tonifisler/foundry-token-health/master/module.json",
6063 "download": "https://github.com/tonifisler/foundry-token-health/archive/0.1.7.zip",
6064 "changelog": "https://github.com/tonifisler/foundry-token-health/blob/master/CHANGELOG.md",
6065 "readme": "https://github.com/tonifisler/foundry-token-health/blob/master/README.md",
6066 "languages": [
6067 {
6068 "lang": "en",
6069 "name": "English",
6070 "path": "lang/en.json"
6071 },
6072 {
6073 "lang": "fr",
6074 "name": "Français",
6075 "path": "lang/fr.json"
6076 }
6077 ]
6078 },
6079 {
6080 "name": "gm-bg",
6081 "title": "GM Scene Background",
6082 "description": "Allows you to set a GM-only background image on scenes",
6083 "version": "0.1.2",
6084 "minimumCoreVersion": "0.5.4",
6085 "compatibleCoreVersion": "0.5.5",
6086 "author": "Evan Clarke [errational#2007]",
6087 "url": "https://github.com/death-save/gm-bg",
6088 "manifest": "https://raw.githubusercontent.com/death-save/gm-bg/master/module.json",
6089 "download": "https://github.com/death-save/gm-bg/archive/master.zip",
6090 "scripts": [
6091 "./gm-bg.js"
6092 ]
6093 },
6094 {
6095 "name": "sheet-to-token",
6096 "title": "Sheet To Token",
6097 "description": "Automatically updates an actor's Prototype Token to use the same image set for the actor",
6098 "author": "Brunhine",
6099 "version": "0.1",
6100 "minimumCoreVersion": "0.5.5",
6101 "compatibleCoreVersion": "0.5.5",
6102 "esmodules": [
6103 "sheet-to-token.js"
6104 ],
6105 "scripts": [],
6106 "url": "https://gitlab.com/brunhine/foundry-SheetToToken",
6107 "manifest": "https://gitlab.com/brunhine/foundry-SheetToToken/raw/master/sheet-to-token/module.json",
6108 "download": "https://gitlab.com/brunhine/foundry-SheetToToken/-/jobs/artifacts/0.1/raw/sheet-to-token.zip?job=build"
6109 },
6110 {
6111 "name": "combatready",
6112 "title": "Combat Ready!",
6113 "description": "'<b><i>My Combat Tracker is Ready</i></b>' Combat ready indicator to remind players of their turn, as well as time taken. ",
6114 "version": "1.1.8",
6115 "author": "Ken L. maintained by Shawn Milligan [n3rf_herder#9026]",
6116 "socket": true,
6117 "languages": [
6118 {
6119 "lang": "en",
6120 "name": "English",
6121 "path": "lang/en.json"
6122 },
6123 {
6124 "lang": "ja",
6125 "name": "日本語 (Japanese)",
6126 "path": "lang/ja.json"
6127 },
6128 {
6129 "lang": "ko",
6130 "name": "한국어 (Korean)",
6131 "path": "lang/ko.json"
6132 },
6133 {
6134 "lang": "pt-BR",
6135 "name": "Português (Brasil)",
6136 "path": "lang/pt-BR.json"
6137 },
6138 {
6139 "lang": "fr",
6140 "name": "Français (French)",
6141 "path": "lang/fr.json"
6142 },
6143 {
6144 "lang": "nl",
6145 "name": "Nederlands (Dutch)",
6146 "path": "lang/nl.json"
6147 },
6148 {
6149 "lang": "it",
6150 "name": "Italiano (Italian)",
6151 "path": "lang/it.json"
6152 },
6153 {
6154 "lang": "zh-SHAN",
6155 "name": "简体中文 (Chinese [Simplified])",
6156 "path": "lang/zh-SHAN.json"
6157 }
6158 ],
6159 "esmodules": [
6160 "greensock/dist/TweenMax.min.js",
6161 "combatready.js"
6162 ],
6163 "styles": [
6164 "combatready.css"
6165 ],
6166 "packs": [],
6167 "url": "https://github.com/JacobMcAuley/combatready",
6168 "download": "https://github.com/smilligan93/combatready/archive/master.zip",
6169 "manifest": "https://raw.githubusercontent.com/smilligan93/combatready/master/module.json",
6170 "minimumCoreVersion": "0.6.0",
6171 "compatibleCoreVersion": "0.6.0"
6172 },
6173 {
6174 "name": "favtab",
6175 "title": "Favourite Item Tab",
6176 "description": "Adds a Favourite tab to display a customized list of items, feats and spells. Usable with the default dnd5e Character sheet",
6177 "version": "0.7.2",
6178 "author": "Felix#6196",
6179 "systems": [
6180 "dnd5e",
6181 "dnd5eJP"
6182 ],
6183 "esmodules": [
6184 "./favtab.js"
6185 ],
6186 "styles": [
6187 "favtab.css",
6188 "rpgawesome/css/rpg-awesome.css"
6189 ],
6190 "packs": [],
6191 "url": "https://github.com/syl3r86/favtab",
6192 "manifest": "https://raw.githubusercontent.com/syl3r86/favtab/master/module.json",
6193 "download": "https://github.com/syl3r86/favtab/archive/v0.7.2.zip",
6194 "minimumCoreVersion": "0.5.5",
6195 "compatibleCoreVersion": "0.5.5"
6196 },
6197 {
6198 "name": "torch",
6199 "title": "Torch",
6200 "description": "Torch HUD Controls",
6201 "version": "1.0.9",
6202 "author": "Deuce",
6203 "languages": [
6204 {
6205 "lang": "en",
6206 "name": "English",
6207 "path": "./lang/en.json"
6208 },
6209 {
6210 "lang": "cn",
6211 "name": "中文",
6212 "path": "./lang/cn.json"
6213 },
6214 {
6215 "lang": "fr",
6216 "name": "Français",
6217 "path": "./lang/fr.json"
6218 }
6219 ],
6220 "esmodules": [
6221 "./torch.js"
6222 ],
6223 "socket": true,
6224 "styles": [],
6225 "packs": [],
6226 "manifest": "https://raw.githubusercontent.com/RealDeuce/torch/master/module.json",
6227 "download": "https://raw.githubusercontent.com/RealDeuce/torch/master/torch.zip",
6228 "minimumCoreVersion": "0.5.4",
6229 "compatibleCoreVersion": "0.6.0"
6230 },
6231 {
6232 "name": "pathfinder1-style",
6233 "title": "Pathfinder 1 - Dark-Style Addon",
6234 "description": "Adds styling to the pathfinder 1 system",
6235 "version": "1.2",
6236 "author": "Handyfon#8390",
6237 "styles": [
6238 "css/darkpath.css"
6239 ],
6240 "socket": true,
6241 "url": "https://github.com/Handyfon/pathfinder1-darkstyle",
6242 "manifest": "https://raw.githubusercontent.com/Handyfon/pathfinder1-darkstyle/master/module.json",
6243 "download": "https://github.com/Handyfon/pathfinder1-darkstyle/raw/master/pathfinder1-style.zip",
6244 "minimumCoreVersion": "0.5.5",
6245 "compatibleCoreVersion": "0.5.5"
6246 },
6247 {
6248 "name": "chatdamagebuttons-beyond20",
6249 "title": "Chat Damage Buttons - Beyond20 Edition",
6250 "description": "Adds 'Apply Damage' button to KaKaRoTo's Beyond20 chat cards.",
6251 "version": "1.1.2",
6252 "author": "Victor Ling <victorling@ionshard.com> (http://ionshard.com)",
6253 "url": "https://gitlab.com/Ionshard/foundry-vtt-bullseye",
6254 "minimumCoreVersion": "0.6.0",
6255 "compatibleCoreVersion": "0.6.0",
6256 "esmodules": [
6257 "src/index.js"
6258 ],
6259 "languages": [
6260 {
6261 "lang": "en",
6262 "name": "English",
6263 "path": "lang/en.json"
6264 }
6265 ],
6266 "styles": [],
6267 "packs": [],
6268 "manifest": "https://gitlab.com/Ionshard/foundry-vtt-chatdamagebuttons-beyond20/-/jobs/artifacts/master/raw/module.json?job=build-module",
6269 "download": "https://gitlab.com/Ionshard/foundry-vtt-chatdamagebuttons-beyond20/-/jobs/artifacts/master/raw/chatdamagebuttons-beyond20.zip?job=build-module"
6270 },
6271 {
6272 "name": "image-drop",
6273 "title": "ImageDrop",
6274 "description": "<p>Allows dropping Journal Entry to the canvas as Tile</p>",
6275 "version": "1.0.2",
6276 "author": "U~man",
6277 "scripts": [],
6278 "esmodules": [
6279 "drop.js"
6280 ],
6281 "styles": [],
6282 "packs": [],
6283 "languages": [],
6284 "url": "https://gitlab.com/mesfoliesludiques/foundryvtt-image-drop",
6285 "manifest": "https://gitlab.com/mesfoliesludiques/foundryvtt-image-drop/-/raw/master/module.json",
6286 "download": "https://gitlab.com/mesfoliesludiques/foundryvtt-image-drop/-/archive/master/foundryvtt-image-drop-master.zip",
6287 "minimumCoreVersion": "0.6.0",
6288 "compatibleCoreVersion": "0.6.0"
6289 },
6290 {
6291 "name": "easy-target",
6292 "title": "Easy Target",
6293 "description": "Target tokens with alt+click.",
6294 "version": "2.2",
6295 "minimumCoreVersion": "0.5.7",
6296 "compatibleCoreVersion": "0.5.7",
6297 "author": "Kim Mantas",
6298 "scripts": [
6299 "main.js"
6300 ],
6301 "url": "https://bitbucket.org/Fyorl/easy-target",
6302 "manifest": "https://bitbucket.org/Fyorl/easy-target/raw/master/module.json",
6303 "download": "https://bitbucket.org/Fyorl/easy-target/get/2.2.zip"
6304 },
6305 {
6306 "name": "cursor-hider",
6307 "title": "Cursor Hider",
6308 "description": "Allows participants in the game to hide the position of their mouse cursor temporarily or permanently.",
6309 "version": "1.1.7",
6310 "minimumCoreVersion": "0.4.4",
6311 "compatibleCoreVersion": "0.6.1",
6312 "author": "Azzurite#2004",
6313 "scripts": [
6314 "settings-extender.js",
6315 "settings.js",
6316 "cursor-hider.js"
6317 ],
6318 "styles": [],
6319 "packs": [],
6320 "languages": [
6321 {
6322 "lang": "en",
6323 "path": "languages/en.json"
6324 }
6325 ],
6326 "socket": true,
6327 "manifest": "https://gitlab.com/foundry-azzurite/cursor-hider/raw/master/src/module.json",
6328 "download": "https://gitlab.com/foundry-azzurite/cursor-hider/raw/master/dist/cursor-hider.zip",
6329 "url": "https://gitlab.com/foundry-azzurite/cursor-hider"
6330 },
6331 {
6332 "name": "calendar-weather",
6333 "title": "Calendar/Weather",
6334 "description": "Adds a customizable calendar with events and weather.",
6335 "version": "2.7.4",
6336 "minimumCoreVersion": "0.5.1",
6337 "compatibleCoreVersion": "0.6.5",
6338 "author": "Michael Sebelski [DasSauerkraut#3215], about-time by tposney#1462",
6339 "url": "https://github.com/DasSauerkraut/calendar-weather",
6340 "manifest": "https://raw.githubusercontent.com/DasSauerkraut/calendar-weather/master/package/module.json",
6341 "download": "https://github.com/DasSauerkraut/calendar-weather/raw/master/package/calendar-weather-v2.7.4.zip",
6342 "esmodules": [
6343 "init.mjs",
6344 "modules/registerSettings.mjs",
6345 "modules/dateTime.mjs",
6346 "modules/month.mjs",
6347 "modules/weatherTracker.mjs",
6348 "modules/weatherForm.mjs",
6349 "modules/calendarEvents.mjs",
6350 "modules/calendar.mjs",
6351 "modules/calendarForm.mjs",
6352 "modules/warningSystem.mjs"
6353 ],
6354 "styles": [
6355 "./css/calendar.css"
6356 ],
6357 "packs": [],
6358 "languages": [
6359 {
6360 "lang": "en",
6361 "name": "English",
6362 "path": "langs/en.json"
6363 },
6364 {
6365 "lang": "fr",
6366 "name": "Français",
6367 "path": "langs/fr.json"
6368 },
6369 {
6370 "lang": "ko",
6371 "name": "Korean",
6372 "path": "langs/ko.json"
6373 },
6374 {
6375 "lang": "de",
6376 "name": "Deutsch",
6377 "path": "langs/de.json"
6378 },
6379 {
6380 "lang": "ja",
6381 "name": "日本語",
6382 "path": "langs/ja.json"
6383 },
6384 {
6385 "lang": "pt-BR",
6386 "name": "Português (Brasil)",
6387 "path": "langs/pt-BR.json"
6388 }
6389 ]
6390 },
6391 {
6392 "name": "smip-compendium",
6393 "title": "Sane Magical Item Prices Compendium",
6394 "description": "This is an implementation of the Sane Magical Item Prices PDF",
6395 "version": "0.3.0",
6396 "author": "fohswe#8355",
6397 "minimumCoreVersion": "0.5.5",
6398 "compatibleCoreVersion": "0.6.0",
6399 "packs": [
6400 {
6401 "name": "sane-magical-item-prices",
6402 "label": "Sane Magical Item Prices",
6403 "path": "packs/sane-magical-item-prices.db",
6404 "entity": "JournalEntry",
6405 "system": "dnd5e"
6406 }
6407 ],
6408 "url": "https://gitlab.com/fohswe/smip-compendium",
6409 "manifest": "https://gitlab.com/fohswe/smip-compendium/-/raw/master/module.json",
6410 "download": "https://gitlab.com/fohswe/smip-compendium/-/archive/master/smip-compendium-master.zip"
6411 },
6412 {
6413 "name": "max-crit",
6414 "title": "Max Crit",
6415 "description": "Crit dice deal max damage",
6416 "version": "0.1.5",
6417 "author": "Shawn Milligan",
6418 "esmodules": [
6419 "max-crit.js"
6420 ],
6421 "compatibleCoreVersion": "0.6.0",
6422 "minimumCoreVersion": "0.6.0",
6423 "systems": [
6424 "dnd5e"
6425 ],
6426 "manifest": "https://raw.githubusercontent.com/smilligan93/max-crit-foundry-dnd5e/master/module.json",
6427 "download": "https://github.com/smilligan93/max-crit-foundry-dnd5e/archive/master.zip",
6428 "url": "https://github.com/smilligan93/max-crit-foundry-dnd5e"
6429 },
6430 {
6431 "name": "spell-school-icons",
6432 "title": "5e Spell School Icons",
6433 "description": "Module that adds a new default icon to spells based off their school (requires DND5e)",
6434 "author": "Brunhine",
6435 "version": "0.9.1",
6436 "minimumCoreVersion": "0.5.5",
6437 "compatibleCoreVersion": "0.5.5",
6438 "systems": [
6439 "dnd5e"
6440 ],
6441 "esmodules": [
6442 "spell-school-icons.js"
6443 ],
6444 "scripts": [],
6445 "languages": [
6446 {
6447 "lang": "en",
6448 "name": "English",
6449 "path": "lang/en.json"
6450 },
6451 {
6452 "lang": "it",
6453 "name": "Italian",
6454 "path": "./lang/it.json"
6455 },
6456 {
6457 "lang": "de",
6458 "name": "German",
6459 "path": "lang/de.json"
6460 }
6461 ],
6462 "url": "https://gitlab.com/brunhine/Foundry-5e-SpellSchoolIcons",
6463 "manifest": "https://gitlab.com/brunhine/Foundry-5e-SpellSchoolIcons/raw/master/spell-school-icons/module.json",
6464 "download": "https://gitlab.com/brunhine/Foundry-5e-SpellSchoolIcons/-/jobs/artifacts/0.9.1/raw/spell-school-icons.zip?job=build"
6465 },
6466 {
6467 "name": "squeaker",
6468 "title": "Squeaker",
6469 "description": "<p>Chat sounds configuration</p>",
6470 "version": "1.2.5",
6471 "author": "U~man",
6472 "scripts": [],
6473 "esmodules": [
6474 "squeaker.js"
6475 ],
6476 "styles": [],
6477 "packs": [],
6478 "languages": [],
6479 "url": "https://gitlab.com/mesfoliesludiques/foundryvtt-squeaker",
6480 "manifest": "https://gitlab.com/mesfoliesludiques/foundryvtt-squeaker/-/raw/master/module.json",
6481 "download": "https://gitlab.com/mesfoliesludiques/foundryvtt-squeaker/-/archive/master/foundryvtt-squeaker-master.zip",
6482 "minimumCoreVersion": "0.5.5",
6483 "compatibleCoreVersion": "0.6.0"
6484 },
6485 {
6486 "name": "gm-notes",
6487 "title": "GM Notes",
6488 "description": "Adds the option to create Notes for Actors, Items and JournalEntrys only accessible to GMs",
6489 "version": "0.2",
6490 "author": "Felix#6196",
6491 "scripts": [
6492 "./gm-notes.js"
6493 ],
6494 "styles": [
6495 "./gm-notes.css"
6496 ],
6497 "url": "https://github.com/syl3r86/gm-notes",
6498 "manifest": "https://raw.githubusercontent.com/syl3r86/gm-notes/master/module.json",
6499 "download": "https://github.com/syl3r86/gm-notes/archive/v0.2.zip",
6500 "languages": [
6501 {
6502 "lang": "en",
6503 "name": "English",
6504 "path": "lang/en.json"
6505 },
6506 {
6507 "lang": "ja",
6508 "name": "Japanese",
6509 "path": "lang/ja.json"
6510 },
6511 {
6512 "lang": "fr",
6513 "name": "French (FRANCE)",
6514 "path": "lang/fr.json"
6515 }
6516 ],
6517 "minimumCoreVersion": "0.5.5",
6518 "compatibleCoreVersion": "0.5.5"
6519 },
6520 {
6521 "name": "skycons",
6522 "title": "Skycons",
6523 "description": "Tweak icon/window locations like Sky wants",
6524 "version": "0.0.5",
6525 "author": "Deuce",
6526 "esmodules": [
6527 "./skycons.js"
6528 ],
6529 "styles": [],
6530 "packs": [],
6531 "manifest": "https://raw.githubusercontent.com/RealDeuce/skycons/master/module.json",
6532 "download": "https://raw.githubusercontent.com/RealDeuce/skycons/master/skycons.zip",
6533 "minimumCoreVersion": "0.4.4",
6534 "compatibleCoreVersion": "0.6.0"
6535 },
6536 {
6537 "name": "speakerstats",
6538 "title": "Speaker stats",
6539 "description": "Speaker stats show talking times for users",
6540 "author": "jvir",
6541 "version": "0.3.2",
6542 "minimumCoreVersion": "0.5.5",
6543 "compatibleCoreVersion": "0.5.5",
6544 "scripts": [
6545 "scripts/speakerstats.js"
6546 ],
6547 "url": "https://gitlab.com/jvir/foundryvtt-speakerstats",
6548 "manifest": "https://gitlab.com/jvir/foundryvtt-speakerstats/-/raw/master/module.json",
6549 "download": "https://gitlab.com/jvir/foundryvtt-speakerstats/-/archive/master/foundryvtt-speakerstats-master.zip"
6550 },
6551 {
6552 "name": "query",
6553 "title": "Query",
6554 "description": "A very basic module to implement roll queries (like Roll20's) into macros and chat. It does NOT work in any rolls processed from the character sheet.",
6555 "version": "0.0.4",
6556 "author": "Sky#9453",
6557 "minimumCoreVersion": "0.5.5",
6558 "compatibleCoreVersion": "0.5.7",
6559 "scripts": [
6560 "query.js"
6561 ],
6562 "url": "https://github.com/Sky-Captain-13/foundry/tree/master/query",
6563 "manifest": "https://raw.githubusercontent.com/Sky-Captain-13/foundry/master/query/query/module.json",
6564 "download": "https://github.com/Sky-Captain-13/foundry/raw/master/query/query.zip"
6565 },
6566 {
6567 "name": "vtta-iconizer",
6568 "title": "Virtual Tabletop Assets - Iconizer",
6569 "description": "Sets item's icons automatically based on a prepulated and/or user-defined dictionary",
6570 "version": "2.1.12",
6571 "minimumCoreVersion": "0.5.5",
6572 "compatibleCoreVersion": "0.6.1",
6573 "author": "Sebastian Will",
6574 "languages": [
6575 {
6576 "lang": "en",
6577 "name": "English",
6578 "path": "lang/en.json"
6579 },
6580 {
6581 "lang": "de",
6582 "name": "Deutsch",
6583 "path": "lang/de.json"
6584 }
6585 ],
6586 "esmodules": [
6587 "src/index.js"
6588 ],
6589 "styles": [],
6590 "packs": [],
6591 "url": "https://www.vttassets.com/modules/vtta-iconizer",
6592 "manifest": "https://update.vttassets.com/modules/vtta-iconizer/latest/module.json",
6593 "download": "https://get.vttassets.com/modules/vtta-iconizer/latest",
6594 "license": "LICENSE.md",
6595 "bugs": "https://github.com/VTTAssets/vtta-iconizer/issues",
6596 "readme": "https://github.com/VTTAssets/vtta-iconizer/blob/master/readme.md",
6597 "changelog": "https://github.com/VTTAssets/vtta-iconizer/releases"
6598 },
6599 {
6600 "name": "sheet-macro",
6601 "title": "Actor Sheet Macro",
6602 "description": "Drag actors to the macro bar to create a macro that opens their sheet.",
6603 "version": "1.0",
6604 "minimumCoreVersion": "0.5.5",
6605 "compatibleCoreVersion": "0.5.5",
6606 "author": "Kim Mantas",
6607 "scripts": [
6608 "main.js"
6609 ],
6610 "url": "https://bitbucket.org/Fyorl/sheet-macro",
6611 "manifest": "https://bitbucket.org/Fyorl/sheet-macro/raw/master/module.json",
6612 "download": "https://bitbucket.org/Fyorl/sheet-macro/get/master.zip"
6613 },
6614 {
6615 "name": "launchmacro",
6616 "title": "Hook Macros",
6617 "description": "Launch macros from hooks",
6618 "version": "1.2.1",
6619 "author": "ardittristan#0001",
6620 "esmodules": [
6621 "hookmacro.js"
6622 ],
6623 "socket": true,
6624 "url": "https://github.com/ardittristan/HookMacros/tree/master",
6625 "manifest": "https://raw.githubusercontent.com/ardittristan/HookMacros/master/module.json",
6626 "download": "https://github.com/ardittristan/HookMacros/archive/master.zip",
6627 "minimumCoreVersion": "0.5.5",
6628 "compatibleCoreVersion": "0.6.0"
6629 },
6630 {
6631 "name": "searchanywhere",
6632 "title": "Search Anywhere",
6633 "description": "Adds a way to quickly search for any entity by name via a handy auto-complete widget",
6634 "version": "2.0.3",
6635 "minimumCoreVersion": "0.5.7",
6636 "compatibleCoreVersion": "0.6.1",
6637 "author": "Simone",
6638 "scripts": [
6639 "./libs/flexsearch.min.js",
6640 "./libs/jquery.autocomplete.js",
6641 "./libs/settings-extender.js",
6642 "./searchanywhere.js"
6643 ],
6644 "styles": [
6645 "./searchanywhere.css"
6646 ],
6647 "languages": [
6648 {
6649 "lang": "en",
6650 "name": "English",
6651 "path": "./lang/en.json"
6652 },
6653 {
6654 "lang": "it",
6655 "name": "Italian",
6656 "path": "./lang/it.json"
6657 }
6658 ],
6659 "url": "https://gitlab.com/riccisi/foundryvtt-search-anywhere",
6660 "manifest": "https://gitlab.com/riccisi/foundryvtt-search-anywhere/raw/master/module/module.json",
6661 "download": "https://gitlab.com/riccisi/foundryvtt-search-anywhere/-/jobs/artifacts/2.0.3/raw/search-anywhere.zip?job=build"
6662 },
6663 {
6664 "name": "fxmaster",
6665 "title": "FXMaster",
6666 "description": "<p>Adds various weather and filter effects</p>",
6667 "version": "0.8.1",
6668 "author": "U~man",
6669 "scripts": [
6670 "libs/filters/pixi-filters.js",
6671 "greensock/dist/TweenMax.min.js"
6672 ],
6673 "esmodules": [
6674 "effects/BatsWeatherEffect.js",
6675 "effects/BubblesWeatherEffect.js",
6676 "effects/CloudsWeatherEffect.js",
6677 "effects/CrowsWeatherEffect.js",
6678 "effects/EmbersWeatherEffect.js",
6679 "effects/ExplosionEffect.js",
6680 "effects/FireballEffect.js",
6681 "effects/FogWeatherEffect.js",
6682 "effects/FXMasterLayer.js",
6683 "effects/LightningEffect.js",
6684 "effects/NatureEffect.js",
6685 "effects/RaintopWeatherEffect.js",
6686 "effects/SacredFlameEffect.js",
6687 "effects/StarsWeatherEffect.js",
6688 "module/controls.js",
6689 "module/config.js",
6690 "module/specials.js",
6691 "module/fxmaster.js",
6692 "filters/FXUnderwaterFilter.js",
6693 "filters/FXBloomFilter.js",
6694 "filters/FXOldFilmFilter.js",
6695 "filters/FXColorFilter.js",
6696 "filters/FXPredatorFilter.js",
6697 "filters/FilterManager.js"
6698 ],
6699 "styles": [
6700 "css/weatherconfig.css"
6701 ],
6702 "packs": [],
6703 "languages": [
6704 {
6705 "lang": "en",
6706 "name": "English",
6707 "path": "lang/en.json"
6708 },
6709 {
6710 "lang": "fr",
6711 "name": "French (FRANCE)",
6712 "path": "lang/fr.json"
6713 },
6714 {
6715 "lang": "cn",
6716 "name": "Chinese",
6717 "path": "lang/cn.json"
6718 },
6719 {
6720 "lang": "ko",
6721 "name": "Korean",
6722 "path": "lang/ko.json"
6723 }
6724 ],
6725 "socket": true,
6726 "url": "https://gitlab.com/mesfoliesludiques/foundryvtt-fxmaster",
6727 "manifest": "https://gitlab.com/mesfoliesludiques/foundryvtt-fxmaster/-/raw/master/module.json",
6728 "download": "https://gitlab.com/mesfoliesludiques/foundryvtt-fxmaster/-/archive/master/foundryvtt-fxmaster-master.zip",
6729 "compatibleCoreVersion": "0.6.0",
6730 "minimumCoreVersion": "0.5.7"
6731 },
6732 {
6733 "name": "vtta-party",
6734 "title": "Virtual Tabletop Assets - Party overview",
6735 "description": "Provides an instant overview about vital stats of the players active in the current scene",
6736 "version": "2.2.3",
6737 "author": "Sebastian Will (vttassets@gmail.com)",
6738 "minimumCoreVersion": "0.5.5",
6739 "compatibleCoreVersion": "0.6.4",
6740 "languages": [
6741 {
6742 "lang": "en",
6743 "name": "English",
6744 "path": "lang/en.json"
6745 },
6746 {
6747 "lang": "de",
6748 "name": "Deutsch",
6749 "path": "lang/de.json"
6750 },
6751 {
6752 "lang": "pt-BR",
6753 "name": "Português Brasileiro",
6754 "path": "lang/pt-BR.json"
6755 }
6756 ],
6757 "systems": [
6758 "dnd5e",
6759 "pf2e",
6760 "wfrp4e"
6761 ],
6762 "esmodules": [
6763 "./src/index.js"
6764 ],
6765 "styles": [
6766 "./style/module-settings.css",
6767 "./style/vtta.css",
6768 "./style/module-settings.css"
6769 ],
6770 "packs": [],
6771 "url": "https://www.vttassets.com/assets/vtta-party",
6772 "manifest": "https://update.vttassets.com/modules/vtta-party/latest/module.json",
6773 "download": "https://get.vttassets.com/modules/vtta-party/latest",
6774 "license": "LICENSE",
6775 "bugs": "https://github.com/VTTAssets/vtta-party/issues",
6776 "readme": "https://github.com/VTTAssets/vtta-party/blob/master/README.md",
6777 "changelog": "https://github.com/VTTAssets/vtta-party/releases"
6778 },
6779 {
6780 "name": "ezroller",
6781 "title": "E-Z Roller",
6782 "description": "Next Action Window",
6783 "version": "0.0.9",
6784 "author": "Deuce",
6785 "languages": [
6786 {
6787 "lang": "en",
6788 "name": "English",
6789 "path": "lang/en.json"
6790 }
6791 ],
6792 "systems": [
6793 "dnd5e"
6794 ],
6795 "esmodules": [
6796 "./ezroller.js"
6797 ],
6798 "socket": true,
6799 "styles": [],
6800 "packs": [],
6801 "manifest": "https://raw.githubusercontent.com/RealDeuce/ezroller/master/module.json",
6802 "download": "https://raw.githubusercontent.com/RealDeuce/ezroller/master/ezroller.zip",
6803 "minimumCoreVersion": "0.5.4",
6804 "compatibleCoreVersion": "0.6.0"
6805 },
6806 {
6807 "name": "wfrp-tweaks",
6808 "title": "WFRP - Tweaks",
6809 "description": "A series of tweaks providing additional automation, macro support, and house rules.",
6810 "version": "1.2.2",
6811 "minimumCoreVersion": "0.5.3",
6812 "supportedCoreVersion": "0.6.3",
6813 "author": "Michael Sebelski [DasSauerkraut#3215], Initially by Moo Man",
6814 "url": "https://github.com/DasSauerkraut/wfrp-tweaks",
6815 "manifest": "https://raw.githubusercontent.com/DasSauerkraut/wfrp-tweaks/master/module.json",
6816 "download": "https://github.com/DasSauerkraut/wfrp-tweaks/raw/master/package/wfrp-tweaks-v1.2.2.zip",
6817 "esmodules": [
6818 "wfrp-tweaks.mjs",
6819 "wfrp-macros.mjs",
6820 "modules/settings.mjs",
6821 "modules/preloadTemplates.mjs",
6822 "modules/spendAdvantage.mjs",
6823 "modules/advantageBonus.mjs"
6824 ],
6825 "styles": [
6826 "./css/wfrp-tweaks-style.css"
6827 ],
6828 "packs": []
6829 },
6830 {
6831 "name": "scaleGrid",
6832 "title": "Grid Scale Menu",
6833 "description": "This should add some buttons to modify grids to the canvas. Updated for 0.6.0",
6834 "version": "0.0.12",
6835 "author": "UberV",
6836 "scripts": [
6837 "./gridScale.js"
6838 ],
6839 "styles": [
6840 "./gridScale.css"
6841 ],
6842 "packs": [],
6843 "minimumCoreVersion": "0.4.4",
6844 "compatibleCoreVersion": "0.6.0",
6845 "url": "https://github.com/UberV/scaleGrid/",
6846 "manifest": "https://raw.githubusercontent.com/UberV/scaleGrid/master/module.json",
6847 "download": "https://github.com/UberV/scaleGrid/archive/master.zip"
6848 },
6849 {
6850 "name": "notokenanim",
6851 "title": "No Token Animations",
6852 "description": "Provides an option to disable token movement animations.",
6853 "version": "2.1",
6854 "author": "Kim Mantas",
6855 "scripts": [
6856 "main.js"
6857 ],
6858 "minimumCoreVersion": "0.4.4",
6859 "compatibleCoreVersion": "0.5.5",
6860 "url": "https://bitbucket.org/Fyorl/notokenanim",
6861 "manifest": "https://bitbucket.org/Fyorl/notokenanim/raw/master/module.json",
6862 "download": "https://bitbucket.org/Fyorl/notokenanim/get/master.zip"
6863 },
6864 {
6865 "name": "mytab",
6866 "title": "MyTab",
6867 "description": "Change the title and the icon of your browsertab",
6868 "version": "0.1",
6869 "author": "Handyfon#8390",
6870 "esmodules": [
6871 "mytab.js"
6872 ],
6873 "socket": true,
6874 "url": "https://github.com/Handyfon/myTab/tree/master",
6875 "manifest": "https://raw.githubusercontent.com/Handyfon/myTab/master/module.json",
6876 "download": "https://github.com/Handyfon/myTab/raw/master/mytab.zip",
6877 "minimumCoreVersion": "0.5.5",
6878 "compatibleCoreVersion": "0.5.7"
6879 },
6880 {
6881 "name": "PrintableStream",
6882 "title": "Printable /stream",
6883 "description": "Make /stream view suitable for web browser's printing function.",
6884 "version": "0.3.3",
6885 "minimumCoreVersion": "0.5.5",
6886 "compatibleCoreVersion": "0.6.0",
6887 "author": "Shoyu Vanilla",
6888 "scripts": [
6889 "printable-stream.js"
6890 ],
6891 "styles": [
6892 "style.css"
6893 ],
6894 "languages": [
6895 {
6896 "lang": "en",
6897 "name": "English",
6898 "path": "lang/en.json"
6899 },
6900 {
6901 "lang": "ko",
6902 "name": "한국어 (Korean)",
6903 "path": "lang/ko.json"
6904 }
6905 ],
6906 "url": "https://github.com/ShoyuVanilla/FoundryVTT-Printable-Stream",
6907 "manifest": "https://raw.githubusercontent.com/ShoyuVanilla/FoundryVTT-Printable-Stream/master/module/module.json",
6908 "download": "https://github.com/ShoyuVanilla/FoundryVTT-Printable-Stream/releases/download/v0.3.3/release.zip"
6909 },
6910 {
6911 "name": "token-audio",
6912 "title": "Token Audio",
6913 "description": "Allows you to attach ambient sounds to tokens",
6914 "version": "1.0.2",
6915 "author": "Jacob McAuley",
6916 "scripts": [
6917 "./src/main.js"
6918 ],
6919 "url": "https://github.com/JacobMcAuley/token-audio",
6920 "manifest": "https://raw.githubusercontent.com/JacobMcAuley/token-audio/master/module.json",
6921 "download": "https://github.com/JacobMcAuley/token-audio/archive/master.zip",
6922 "minimumCoreversion": "0.5.7",
6923 "compatiableCoreVersion": "0.5.7"
6924 },
6925 {
6926 "name": "mountup",
6927 "title": "Mount Up!",
6928 "description": "Allows tokens to carry or be carried by other tokens. This is completely system agnostic, and fully customizable to fit right into your game.",
6929 "author": "Brunhine",
6930 "version": "3.0.0",
6931 "minimumCoreVersion": "0.5.5",
6932 "compatibleCoreVersion": "0.6.0",
6933 "esmodules": [
6934 "mountup.js"
6935 ],
6936 "scripts": [],
6937 "socket": true,
6938 "languages": [
6939 {
6940 "lang": "en",
6941 "name": "English",
6942 "path": "lang/en.json"
6943 },
6944 {
6945 "lang": "ja",
6946 "name": " 日本語",
6947 "path": "lang/ja.json"
6948 }
6949 ],
6950 "url": "https://github.com/Brunhine/MountUp",
6951 "manifest": "https://raw.githubusercontent.com/Brunhine/MountUp/master/src/module.json",
6952 "download": "https://github.com/Brunhine/MountUp/releases/download/v3.0.0/mountup.zip"
6953 },
6954 {
6955 "name": "group-initiative",
6956 "title": "Group Initiative",
6957 "description": "Roll group initiative from the Combat tracker.",
6958 "author": "thorni",
6959 "version": "1.3.1",
6960 "minimumCoreVersion": "0.5.3",
6961 "compatibleCoreVersion": "0.6.0",
6962 "scripts": [],
6963 "esmodules": [
6964 "group-initiative.js"
6965 ],
6966 "url": "https://github.com/tonifisler/foundry-group-initiative",
6967 "manifest": "https://raw.githubusercontent.com/tonifisler/foundry-group-initiative/master/module.json",
6968 "download": "https://github.com/tonifisler/foundry-group-initiative/archive/1.3.1.zip",
6969 "changelog": "https://github.com/tonifisler/foundry-group-initiative/blob/master/CHANGELOG.md",
6970 "readme": "https://github.com/tonifisler/foundry-group-initiative/blob/master/README.md",
6971 "languages": [
6972 {
6973 "lang": "en",
6974 "name": "English",
6975 "path": "lang/en.json"
6976 },
6977 {
6978 "lang": "fr",
6979 "name": "French",
6980 "path": "lang/fr.json"
6981 },
6982 {
6983 "lang": "ko",
6984 "name": "Korean",
6985 "path": "lang/ko.json"
6986 }
6987 ]
6988 },
6989 {
6990 "name": "pin-cushion",
6991 "title": "Pin Cushion",
6992 "description": "Adds additional map pin functionality",
6993 "version": "1.1.2",
6994 "minimumCoreVersion": "0.5.7",
6995 "compatibleCoreVersion": "0.6.1",
6996 "author": "Evan Clarke [errational#2007]",
6997 "url": "https://github.com/death-save/pin-cushion",
6998 "manifest": "https://raw.githubusercontent.com/death-save/pin-cushion/master/module.json",
6999 "download": "https://github.com/death-save/pin-cushion/archive/master.zip",
7000 "scripts": [
7001 "./pin-cushion.js"
7002 ],
7003 "styles": [
7004 "./pin-cushion.css"
7005 ],
7006 "languages": [
7007 {
7008 "lang": "en",
7009 "name": "English",
7010 "path": "./lang/en.json"
7011 }
7012 ]
7013 },
7014 {
7015 "name": "bullseye",
7016 "title": "Bullseye",
7017 "description": "A module to assist with finding targets",
7018 "author": "Victor Ling <victorling@ionshard.com>",
7019 "url": "https://gitlab.com/Ionshard/foundry-vtt-chatdamagebuttons-beyond20",
7020 "version": "1.0.3",
7021 "minimumCoreVersion": "0.5.0",
7022 "compatibleCoreVersion": "0.6.0",
7023 "languages": [
7024 {
7025 "lang": "en",
7026 "name": "English",
7027 "path": "lang/en.json"
7028 }
7029 ],
7030 "scripts": [
7031 "scripts/anvil-menu.js"
7032 ],
7033 "esmodules": [
7034 "src/index.js"
7035 ],
7036 "styles": [
7037 "styles/bullseye.css"
7038 ],
7039 "manifest": "https://gitlab.com/Ionshard/foundry-vtt-bullseye/-/jobs/artifacts/master/raw/module.json?job=build-module",
7040 "download": "https://gitlab.com/Ionshard/foundry-vtt-bullseye/-/jobs/artifacts/master/raw/bullseye.zip?job=build-module"
7041 },
7042 {
7043 "name": "foundry-pin",
7044 "title": "Pin",
7045 "description": "Pin windows to be restored on refresh.",
7046 "version": "2.4",
7047 "minimumCoreVersion": "0.4.4",
7048 "compatibleCoreVersion": "0.5.5",
7049 "author": "Kim Mantas",
7050 "scripts": [
7051 "main.js"
7052 ],
7053 "url": "https://bitbucket.org/Fyorl/foundry-pin",
7054 "manifest": "https://bitbucket.org/Fyorl/foundry-pin/raw/master/module.json",
7055 "download": "https://bitbucket.org/Fyorl/foundry-pin/get/master.zip"
7056 },
7057 {
7058 "name": "healthEstimate",
7059 "title": "Health Estimate",
7060 "description": "Gives players ability to see approximate health status of a token",
7061 "version": "1.3.3",
7062 "author": "Shylight",
7063 "scripts": [
7064 "./lib/chroma.min.js"
7065 ],
7066 "esmodules": [
7067 "./healthEstimate.js"
7068 ],
7069 "styles": [
7070 "./healthEstimate.css"
7071 ],
7072 "packs": [
7073 {
7074 "name": "deathmacro",
7075 "label": "Death macro",
7076 "path": "./packs/macros.db",
7077 "module": "healthEstimate",
7078 "entity": "Macro"
7079 }
7080 ],
7081 "languages": [
7082 {
7083 "lang": "en",
7084 "name": "English",
7085 "path": "./lang/en.json"
7086 },
7087 {
7088 "lang": "ru",
7089 "name": "Русский (Russian)",
7090 "path": "./lang/ru.json"
7091 },
7092 {
7093 "lang": "ko",
7094 "name": "한국어 (Korean)",
7095 "path": "./lang/ko.json"
7096 },
7097 {
7098 "lang": "fr",
7099 "name": "Français (French)",
7100 "path": "./lang/fr.json"
7101 }
7102 ],
7103 "systems": [
7104 "archmage",
7105 "dungeonworld",
7106 "fate",
7107 "numenera",
7108 "pf1",
7109 "pf2e",
7110 "ryuutama",
7111 "shadowrun5e",
7112 "swade",
7113 "symbaroum",
7114 "wfrp4e",
7115 "worldbuilding",
7116 "starfinder",
7117 "dnd5e",
7118 "blades-in-the-dark"
7119 ],
7120 "minimumCoreVersion": "0.5.0",
7121 "compatibleCoreVersion": "0.6.0",
7122 "url": "https://gitlab.com/tsuki.no.mai/healthestimate",
7123 "manifest": "https://gitlab.com/tsuki.no.mai/healthestimate/-/raw/master/src/module.json",
7124 "download": "https://gitlab.com/tsuki.no.mai/healthestimate/-/raw/1.3.3/package/healthEstimate-v1.3.3.zip",
7125 "license": "http://creativecommons.org/licenses/by/4.0/"
7126 },
7127 {
7128 "name": "dice-calculator",
7129 "title": "Dice Tray",
7130 "description": "Adds a dice tray below chat, and turns the d20 near chat into a dice calculator.",
7131 "version": "0.5.10",
7132 "author": "Asacolips",
7133 "minimumCoreVersion": "0.5.0",
7134 "compatibleCoreVersion": "0.6.1",
7135 "scripts": [
7136 "./scripts/js.cookie.js",
7137 "./scripts/dice-calculator.js",
7138 "./scripts/dice-tray.js"
7139 ],
7140 "styles": [
7141 "./css/dice-calculator.css"
7142 ],
7143 "packs": [],
7144 "url": "https://gitlab.com/asacolips-projects/foundry-mods/foundry-vtt-dice-calculator",
7145 "manifest": "https://gitlab.com/asacolips-projects/foundry-mods/foundry-vtt-dice-calculator/raw/master/module.json",
7146 "download": "https://gitlab.com/asacolips-projects/foundry-mods/foundry-vtt-dice-calculator/-/archive/0.5.10/foundry-vtt-dice-calculator-master.zip"
7147 },
7148 {
7149 "name": "followme",
7150 "title": "Follow Me!",
7151 "description": "Allows tokens to follow other tokens.",
7152 "author": "Brunhine",
7153 "version": "1.0.0",
7154 "minimumCoreVersion": "0.5.7",
7155 "compatibleCoreVersion": "0.5.7",
7156 "esmodules": [
7157 "scripts/followme.js"
7158 ],
7159 "scripts": [],
7160 "socket": true,
7161 "url": "https://github.com/Brunhine/FollowMe",
7162 "manifest": "https://raw.githubusercontent.com/Brunhine/FollowMe/master/src/module.json",
7163 "download": "https://github.com/Brunhine/FollowMe/releases/download/v1.0.0/followme.zip"
7164 },
7165 {
7166 "name": "item-delete-check",
7167 "title": "Item Delete Check",
7168 "description": "Add delete confirmation dialog to various sheets",
7169 "version": "1.0.3",
7170 "author": "tposney",
7171 "minimumCoreVersion": "0.4.4",
7172 "languages": [
7173 {
7174 "lang": "en",
7175 "name": "English",
7176 "path": "lang/en.json"
7177 },
7178 {
7179 "lang": "ja",
7180 "name": " 日本語",
7181 "path": "lang/ja.json"
7182 }
7183 ],
7184 "esmodules": [
7185 "main.js"
7186 ],
7187 "packs": [],
7188 "socket": true,
7189 "url": "https://gitlab.com/tposney/item-delete-check/tree/master",
7190 "manifest": "https://gitlab.com/tposney/item-delete-check/raw/master/module.json",
7191 "download": "https://gitlab.com/tposney/item-delete-check/raw/master/item-delete-check.zip"
7192 }
7193]