This repository was archived by the owner on Apr 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmodule.json
More file actions
51 lines (51 loc) · 1.35 KB
/
module.json
File metadata and controls
51 lines (51 loc) · 1.35 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
{
"name": "tips",
"title": "Foundry Tips",
"description": "Learn how to use Foundry one tip at a time.",
"version": "1.1.0",
"manifestPlusVersion": "1.1.0",
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "0.8.3",
"author": "VTT Red",
"authors": [
{
"name": "Anthony Ronda",
"url": "https://anthonyronda.com",
"email": "tips.vtt.red@anthonyronda.com",
"discord": "corporat#1282",
"twitter": "@nthonyronda",
"reddit": "u/corporat"
}
],
"media": [
{
"type": "screenshot",
"url": "https://github.com/vttred/tips/blob/main/img/tips.PNG?raw=true",
"caption": "A partial screenshot of the Foundry app with a text box that says \"Did You Know? Doors can have vision/light passing through, just like invisible walls. Double click the door node and select Perception Restriction \"None\" from the config dialog.\""
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "dist/lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "dist/lang/es.json"
},
{
"lang": "de",
"name": "Deutsche",
"path": "dist/lang/de.json"
}
],
"esmodules": ["dist/scripts/index.js"],
"styles": ["dist/style/style.min.css"],
"packs": [],
"socket": false,
"url": "",
"manifest": "",
"download": ""
}