forked from spetzel2020/quick-encounters
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
55 lines (55 loc) · 2.52 KB
/
module.json
File metadata and controls
55 lines (55 loc) · 2.52 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "quick-encounters",
"id": "quick-encounters",
"title": "Quick Encounters",
"description" : "<p>Keeps your Scene map clean and your encounters simple by saving tokens/Actors into Quick Encounter Journal Entries:</p><p><strong>This (v12.1) is the last planned version of QE! Thanks for all the fishes!</strong>Supports Foundry 10-12</p><br><ul><li>Design encounters by positioning and configuring Hostile tokens, then save the tokens into a Quick Encounter Journal Entry, marked with a single Map Note on the Scene which only you the DM see</li><li>Click the Run Quick Encounter button and all your saved tokens will be positioned back on the map and added to the Combat Tracker, ready to fight!</li><li>Run encounters from converted or packaged modules with embedded Actors</li><li>Easily scale-up encounters by changing 3 Zombies to 10 Zombies</li><li>Similar to the Encounter ability in Fantasy Grounds</li><li>For Roving Encounters move a single Map Note, not many tokens</li><li>Instant Encounters let you drag a Quick Encounter from Journals to the Scene and run it immediately</li><li>Flexible Settings control removing/leaving tokens, deleting all/defeated tokens after combat, and more!</li></ul>",
"authors": [
{
"name": "Spetzel"
}
],
"version": "12.1.1",
"minimumCoreVersion": "10",
"compatibleCoreVersion": "12",
"compatibility": {
"minimum": "10",
"verified": "12"
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "it",
"name": "Italian",
"path": "lang/it.json"
}
],
"esmodules" : ["modules/QuickEncounter.js","modules/EncounterNote.js","modules/QESheet.js"
],
"styles": ["css/quick-encounters.css"],
"readme": "https://github.com/spetzel2020/quick-encounters/blob/master/README.md",
"allowBugReporter": true,
"bugs": "https://github.com/spetzel2020/quick-encounters/issues",
"changelog": "https://github.com/spetzel2020/quick-encounters/blob/master/CHANGELOG.md",
"manifest": "https://github.com/spetzel2020/quick-encounters/releases/latest/download/module.json",
"download": "https://github.com/spetzel2020/quick-encounters/releases/download/v12.1.1/quick-encounters.zip",
"url": "https://github.com/spetzel2020/quick-encounters"
}