-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
40 lines (40 loc) · 1.62 KB
/
Copy pathmodule.json
File metadata and controls
40 lines (40 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"id": "shadowdark-enhancer",
"title": "Shadowdark Enhancer",
"description": "<p>GM companion suite for Shadowdark RPG. Crawl Strip & Crawl Bar: marching order, initiative, HP/Movement/Luck readouts, movement-budget enforcement with turn-start rollback, and a per-combatant action HUD. Plus random encounters, a monster creator, an importer hub for content from your own PDFs, a character builder, loot & magic-item tools, merchant shops, party XP & session recap, monster token art, character PDF export, and mounts & boats.</p>",
"version": "0.17.3",
"authors": [
{ "name": "DimitroffVodka", "flags": {} }
],
"persistentStorage": true,
"compatibility": {
"minimum": "13",
"verified": "14.365"
},
"relationships": {
"systems": [
{
"id": "shadowdark",
"type": "system",
"compatibility": { "minimum": "3.6.2", "verified": "4.0.6" }
}
]
},
"documentTypes": {
"Actor": {
"mount": { "htmlFields": ["notes"] },
"boat": { "htmlFields": ["notes"] }
}
},
"scripts": ["scripts/pdf-export/lib/FileSaver.min.js"],
"esmodules": ["scripts/shadowdark-enhancer.mjs"],
"styles": [{ "src": "styles/shadowdark-enhancer.css" }],
"languages": [
{ "lang": "en", "name": "English", "path": "languages/en.json", "flags": {} }
],
"socket": true,
"url": "https://github.com/DimitroffVodka/shadowdark-enhancer",
"manifest": "https://github.com/DimitroffVodka/shadowdark-enhancer/releases/latest/download/module.json",
"download": "https://github.com/DimitroffVodka/shadowdark-enhancer/releases/latest/download/module.zip",
"flags": {}
}