-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
52 lines (52 loc) · 1.29 KB
/
module.json
File metadata and controls
52 lines (52 loc) · 1.29 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
{
"title": "Night Vision (GURPS Game Aid)",
"description": "FVTT/GGA implementation of the Night Vision advantage, based on a Warhammer mod by TheFirst05, with permission.",
"version": "1.3.0",
"authors": [
{
"name": "devakm",
"discord": "urikslargda.devakm",
"url": "https://github.com/devakm",
"flags": {}
},
{
"name": "thefirst",
"discord": "thefirst5",
"url": "https://github.com/TheFirst05/fvtt-wfrp4e-night-vision",
"flags": {}
}
],
"scripts": [
"scripts/night_vision.js"
],
"url": "https://github.com/devakm/gurps-night-vision",
"manifest": "https://github.com/devakm/gurps-night-vision/releases/latest/download/module.json",
"download": "https://github.com/devakm/gurps-night-vision/releases/download/1.3.0/module.zip",
"id": "gurps-night-vision",
"relationships": {
"systems": [
{
"id": "gurps",
"type": "system",
"compatibility": {}
}
]
},
"compatibility": {
"minimum": "12",
"verified": "12"
},
"packs": [
{
"name": "spelleffects",
"label": "Spell Effects",
"path": "packs/spelleffects",
"type": "Macro",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"system": "gurps"
}
]
}