forked from PepijnMC/fvtt-initiative-double-click
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
32 lines (32 loc) · 1009 Bytes
/
module.json
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
{
"name": "initiative-quick-change",
"title": "Initiative Quick Change",
"description": "Click the initiative value in the combat tracker to quickly modify it.",
"author": "FrogMaster",
"authors": [ { "name": "FrogMaster", "discord": "Frog#5373", "url": "https://github.com/FroggMaster" } ],
"url": "https://github.com/FroggMaster/fvtt-initiative-quick-change",
"flags": {},
"version": "2.7.3",
"minimumCoreVersion": "0.8.4",
"compatibleCoreVersion": "11.0.0",
"scripts": [
"Combat.js"
],
"esmodules": [],
"styles": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "langs/en.json"
}
],
"packs": [],
"system": [],
"dependencies": [],
"socket": true,
"manifest": "https://github.com/FroggMaster/fvtt-initiative-quick-change/releases/latest/download/module.json",
"download": "https://github.com/FroggMaster/fvtt-initiative-quick-change/releases/latest/download/module.zip",
"protected": false,
"coreTranslation": false
}