-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathsystem.json
82 lines (82 loc) · 1.95 KB
/
system.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "starforged",
"title": "Ironsworn: Starforged (Obsolete)",
"description": "Ironsworn: Starforged for FoundryVTT. See the README for important notes!",
"author": "Dice T",
"authors": [],
"url": "https://github.com/dicet/starforged",
"license": "LICENSE.txt",
"flags": {},
"version": "0.8.6",
"minimumCoreVersion": "9.269",
"compatibleCoreVersion": "9",
"scripts": [],
"esmodules": [
"modules/starforged.mjs"
],
"styles": [
"css/starforged.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"packs": [
{
"name": "starforged-assets",
"label": "Starforged Assets",
"system": "starforged",
"path": "./packs/assets.db",
"entity": "Item",
"type": "Item",
"private": false
},
{
"name": "legacies",
"label": "Starforged Legacies",
"system": "starforged",
"path": "./packs/legacies.db",
"entity": "Item",
"type": "Item",
"private": false
},
{
"name": "starforged-moves",
"label": "Starforged Moves",
"system": "starforged",
"path": "./packs/moves.db",
"entity": "Item",
"type": "Item",
"private": false
},
{
"name": "macros",
"label": "Starforged Macros",
"system": "starforged",
"path": "./packs/macros.db",
"entity": "Macro",
"type": "Macro",
"private": false
},
{
"name": "starforged-tables",
"label": "Starforged Tables",
"system": "starforged",
"path": "./packs/tables.db",
"entity": "RollTable",
"type": "RollTable",
"private": false
}
],
"system": [],
"dependencies": [],
"socket": false,
"manifest": "https://raw.githubusercontent.com/dicet/starforged/0.8.6/system.json",
"download": "https://github.com/dicet/starforged/archive/refs/tags/0.8.6.zip",
"protected": false,
"gridDistance": 0.5,
"gridUnits": "LY"
}